File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ path = "benches/bench.rs"
3030harness = 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.228 " , features = [" derive" , " rc" ] }
34+ serde_json = " 1.0.145 "
35+ dyn-clone = " 1.0.20 "
36+ rustc-hash = " 2.1.1 "
3737dashmap = " 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 }
4343static_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 "
4848base64-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 ]
5353codspeed = [" codspeed-criterion-compat" ]
You can’t perform that action at this time.
0 commit comments