@@ -94,7 +94,6 @@ peg-runtime = { version = "0.8.5", default-features = false, features = ["std"]
94
94
pem-rfc7468 = { version = " 0.7.0" , default-features = false , features = [" std" ] }
95
95
percent-encoding = { version = " 2.3.1" }
96
96
petgraph = { version = " 0.6.5" , features = [" serde-1" ] }
97
- phf = { version = " 0.11.2" }
98
97
phf_shared = { version = " 0.11.2" }
99
98
pkcs8 = { version = " 0.10.2" , default-features = false , features = [" encryption" , " pem" , " std" ] }
100
99
portable-atomic = { version = " 1.11.0" }
@@ -103,8 +102,9 @@ ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd",
103
102
predicates = { version = " 3.1.3" }
104
103
proc-macro2 = { version = " 1.0.95" }
105
104
rand-274715c4dabd11b0 = { package = " rand" , version = " 0.9.1" }
106
- rand-c38e5c1d305a1b54 = { package = " rand" , version = " 0.8.5" , features = [" small_rng" ] }
107
- rand_chacha = { version = " 0.9.0" , default-features = false , features = [" std" ] }
105
+ rand-c38e5c1d305a1b54 = { package = " rand" , version = " 0.8.5" }
106
+ rand_chacha-274715c4dabd11b0 = { package = " rand_chacha" , version = " 0.9.0" , default-features = false , features = [" std" ] }
107
+ rand_chacha-468e82937335b1c9 = { package = " rand_chacha" , version = " 0.3.1" , default-features = false , features = [" std" ] }
108
108
regex = { version = " 1.11.1" }
109
109
regex-automata = { version = " 0.4.8" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
110
110
regex-syntax = { version = " 0.8.5" }
@@ -230,7 +230,6 @@ peg-runtime = { version = "0.8.5", default-features = false, features = ["std"]
230
230
pem-rfc7468 = { version = " 0.7.0" , default-features = false , features = [" std" ] }
231
231
percent-encoding = { version = " 2.3.1" }
232
232
petgraph = { version = " 0.6.5" , features = [" serde-1" ] }
233
- phf = { version = " 0.11.2" }
234
233
phf_shared = { version = " 0.11.2" }
235
234
pkcs8 = { version = " 0.10.2" , default-features = false , features = [" encryption" , " pem" , " std" ] }
236
235
portable-atomic = { version = " 1.11.0" }
@@ -239,8 +238,9 @@ ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd",
239
238
predicates = { version = " 3.1.3" }
240
239
proc-macro2 = { version = " 1.0.95" }
241
240
rand-274715c4dabd11b0 = { package = " rand" , version = " 0.9.1" }
242
- rand-c38e5c1d305a1b54 = { package = " rand" , version = " 0.8.5" , features = [" small_rng" ] }
243
- rand_chacha = { version = " 0.9.0" , default-features = false , features = [" std" ] }
241
+ rand-c38e5c1d305a1b54 = { package = " rand" , version = " 0.8.5" }
242
+ rand_chacha-274715c4dabd11b0 = { package = " rand_chacha" , version = " 0.9.0" , default-features = false , features = [" std" ] }
243
+ rand_chacha-468e82937335b1c9 = { package = " rand_chacha" , version = " 0.3.1" , default-features = false , features = [" std" ] }
244
244
regex = { version = " 1.11.1" }
245
245
regex-automata = { version = " 0.4.8" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
246
246
regex-syntax = { version = " 0.8.5" }
0 commit comments