@@ -64,9 +64,10 @@ getrandom = { version = "0.2.15", default-features = false, features = ["js", "r
64
64
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
65
65
hashbrown = { version = " 0.15.1" }
66
66
hex = { version = " 0.4.3" , features = [" serde" ] }
67
- hickory-proto = { version = " 0.24.1 " , features = [" text-parsing" ] }
67
+ hickory-proto = { version = " 0.24.2 " , features = [" text-parsing" ] }
68
68
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
69
69
hyper = { version = " 1.5.2" , features = [" full" ] }
70
+ idna = { version = " 1.0.3" }
70
71
indexmap = { version = " 2.7.0" , features = [" serde" ] }
71
72
inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
72
73
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
@@ -127,8 +128,6 @@ toml = { version = "0.7.8" }
127
128
toml_datetime = { version = " 0.6.8" , default-features = false , features = [" serde" ] }
128
129
toml_edit-3c51e837cfc5589a = { package = " toml_edit" , version = " 0.22.22" , features = [" serde" ] }
129
130
tracing = { version = " 0.1.40" , features = [" log" ] }
130
- unicode-bidi = { version = " 0.3.17" }
131
- unicode-normalization = { version = " 0.1.24" }
132
131
usdt = { version = " 0.5.0" }
133
132
usdt-impl = { version = " 0.5.0" , default-features = false , features = [" asm" , " des" ] }
134
133
uuid = { version = " 1.12.0" , features = [" serde" , " v4" ] }
@@ -185,9 +184,10 @@ getrandom = { version = "0.2.15", default-features = false, features = ["js", "r
185
184
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
186
185
hashbrown = { version = " 0.15.1" }
187
186
hex = { version = " 0.4.3" , features = [" serde" ] }
188
- hickory-proto = { version = " 0.24.1 " , features = [" text-parsing" ] }
187
+ hickory-proto = { version = " 0.24.2 " , features = [" text-parsing" ] }
189
188
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
190
189
hyper = { version = " 1.5.2" , features = [" full" ] }
190
+ idna = { version = " 1.0.3" }
191
191
indexmap = { version = " 2.7.0" , features = [" serde" ] }
192
192
inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
193
193
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
@@ -250,8 +250,6 @@ toml = { version = "0.7.8" }
250
250
toml_datetime = { version = " 0.6.8" , default-features = false , features = [" serde" ] }
251
251
toml_edit-3c51e837cfc5589a = { package = " toml_edit" , version = " 0.22.22" , features = [" serde" ] }
252
252
tracing = { version = " 0.1.40" , features = [" log" ] }
253
- unicode-bidi = { version = " 0.3.17" }
254
- unicode-normalization = { version = " 0.1.24" }
255
253
unicode-xid = { version = " 0.2.6" }
256
254
usdt = { version = " 0.5.0" }
257
255
usdt-impl = { version = " 0.5.0" , default-features = false , features = [" asm" , " des" ] }
0 commit comments