Skip to content

Commit 6bcf2d1

Browse files
chore(deps): update rust crates
1 parent 1004eb2 commit 6bcf2d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ 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.226", features = ["derive", "rc"] }
34+
serde_json = "1.0.145"
35+
dyn-clone = "1.0.20"
36+
rustc-hash = "2.1.1"
3737
dashmap = "6.1.0"
38-
memchr = "2.7.4"
39-
itertools = "0.13"
38+
memchr = "2.7.6"
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.10.1", default-features = false, optional = true }
4343
static_assertions = "1.1.0"
44-
simd-json = "0.14.3"
44+
simd-json = "0.16.0"
4545

4646
[dev-dependencies]
47-
twox-hash = "2.1.0"
47+
twox-hash = "2.1.2"
4848
base64-simd = "0.8.0"
49-
regex = "1.11.1"
50-
criterion = { version = "0.5.1", default-features = false }
49+
regex = "1.11.3"
50+
criterion = { version = "0.7.0", default-features = false }
5151

5252
[features]
5353
codspeed = ["codspeed-criterion-compat"]

0 commit comments

Comments
 (0)