@@ -35,8 +35,8 @@ rand = { version = "0.9.2" }
35
35
rand_chacha = { version = " 0.9.0" , default-features = false , features = [" std" ] }
36
36
regex-automata = { version = " 0.4.11" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " std" , " unicode" ] }
37
37
regex-syntax = { version = " 0.8.6" }
38
- serde = { version = " 1.0.226 " , features = [" alloc" , " derive" ] }
39
- serde_core = { version = " 1.0.226 " , features = [" alloc" ] }
38
+ serde = { version = " 1.0.228 " , features = [" alloc" , " derive" ] }
39
+ serde_core = { version = " 1.0.228 " , features = [" alloc" ] }
40
40
serde_json = { version = " 1.0.145" , features = [" unbounded_depth" ] }
41
41
smallvec = { version = " 1.15.1" , default-features = false , features = [" const_generics" ] }
42
42
target-spec = { version = " 3.5.2" , default-features = false , features = [" custom" , " summaries" ] }
@@ -50,7 +50,7 @@ camino = { version = "1.2.1", default-features = false, features = ["serde1"] }
50
50
memchr = { version = " 2.7.5" }
51
51
proc-macro2 = { version = " 1.0.101" }
52
52
quote = { version = " 1.0.40" }
53
- serde_core = { version = " 1.0.226 " , features = [" alloc" ] }
53
+ serde_core = { version = " 1.0.228 " , features = [" alloc" ] }
54
54
syn = { version = " 2.0.106" , features = [" extra-traits" , " full" , " visit" , " visit-mut" ] }
55
55
56
56
[target .x86_64-unknown-linux-gnu .dependencies ]
0 commit comments