Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit cc75f35

Browse files
Various non-major dependency upgrades
1 parent c7640af commit cc75f35

File tree

3 files changed

+82
-76
lines changed

3 files changed

+82
-76
lines changed

Cargo.lock

Lines changed: 75 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merde_core/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ categories = ["encoding", "parser-implementations"]
1212
rust-version = "1.83"
1313

1414
[dependencies]
15-
compact_str = { version = "0.8.0" }
15+
compact_str = { version = "0.8.1" }
1616
compact_bytes = { version = "0.1.3" }
1717
ordered-float = "5.0.0"
1818
rusqlite = { version = "0.35.0", optional = true }
1919
serde = { version = "1", optional = true }
20-
time = { version = "0.3.36", optional = true, features = [
20+
time = { version = "0.3.41", optional = true, features = [
2121
"parsing",
2222
"formatting",
2323
] }
@@ -40,6 +40,6 @@ rusqlite = ["dep:rusqlite"]
4040
camino = ["dep:camino"]
4141

4242
[dev-dependencies]
43-
insta = "1.40.0"
44-
trybuild = "1.0.101"
45-
time = { version = "0.3.36", features = ["macros"] }
43+
insta = "1.42.2"
44+
trybuild = "1.0.104"
45+
time = { version = "0.3.41", features = ["macros"] }

merde_json/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ keywords = ["json", "serialization", "deserialization", "jiter"]
1111
categories = ["encoding", "parser-implementations"]
1212

1313
[dependencies]
14-
itoa = "1.0.11"
14+
itoa = "1.0.15"
1515
lexical-parse-float = { version = "0.8.5", features = ["format"] }
1616
merde_core = { version = "10.0.5", path = "../merde_core" }
17-
ryu = "1.0.18"
17+
ryu = "1.0.20"
1818
tokio = { version = "1", optional = true, features = ["io-util"] }
1919

2020
[features]

0 commit comments

Comments
 (0)