Skip to content

Commit 622cdbd

Browse files
chore(deps): update rust crates
1 parent 739d6a7 commit 622cdbd

File tree

2 files changed

+101
-29
lines changed

2 files changed

+101
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ path = "benches/bench.rs"
3030
harness = false
3131

3232
[dependencies]
33-
serde = { version = "1.0.216", features = ["derive", "rc"] }
34-
serde_json = "1.0.133"
35-
dyn-clone = "1.0.17"
36-
rustc-hash = "2.1.0"
33+
serde = { version = "1.0.219", features = ["derive", "rc"] }
34+
serde_json = "1.0.140"
35+
dyn-clone = "1.0.19"
36+
rustc-hash = "2.1.1"
3737
dashmap = "6.1.0"
3838
memchr = "2.7.4"
39-
itertools = "0.13"
39+
itertools = "0.14.0"
4040

4141

42-
codspeed-criterion-compat = { version = "2.7.2", default-features = false, optional = true }
42+
codspeed-criterion-compat = { version = "2.9.1", default-features = false, optional = true }
4343
static_assertions = "1.1.0"
4444
simd-json = "0.14.3"
4545

0 commit comments

Comments
 (0)