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"
30
30
harness = false
31
31
32
32
[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 "
37
37
dashmap = " 6.1.0"
38
- memchr = " 2.7.4 "
39
- itertools = " 0.13 "
38
+ memchr = " 2.7.6 "
39
+ itertools = " 0.14.0 "
40
40
41
41
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 }
43
43
static_assertions = " 1.1.0"
44
- simd-json = " 0.14.3 "
44
+ simd-json = " 0.16.0 "
45
45
46
46
[dev-dependencies ]
47
- twox-hash = " 2.1.0 "
47
+ twox-hash = " 2.1.2 "
48
48
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 }
51
51
52
52
[features ]
53
53
codspeed = [" codspeed-criterion-compat" ]
You can’t perform that action at this time.
0 commit comments