@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
6363group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
6464hashbrown = { version = " 0.15.1" }
65- heck = { version = " 0.4.1" }
6665hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
6766hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
6867hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -104,6 +103,7 @@ regex-syntax = { version = "0.8.5" }
104103reqwest = { git = " https://github.com/seanmonstar/reqwest" , rev = " 114d97c1a862567b465cb57f14d584626e1cf30c" , features = [" blocking" , " cookies" , " json" , " rustls-tls" , " stream" ] }
105104rsa = { version = " 0.9.6" , features = [" serde" , " sha2" ] }
106105rustls = { version = " 0.23.19" , features = [" ring" ] }
106+ rustls-pki-types = { version = " 1.10.0" , features = [" std" ] }
107107rustls-webpki = { version = " 0.102.8" , default-features = false , features = [" aws_lc_rs" , " ring" , " std" ] }
108108schemars = { version = " 0.8.22" , features = [" bytes" , " chrono" , " semver" , " url" , " uuid1" ] }
109109scopeguard = { version = " 1.2.0" }
@@ -186,7 +186,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186186getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
187187group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
188188hashbrown = { version = " 0.15.1" }
189- heck = { version = " 0.4.1" }
190189hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
191190hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
192191hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -228,6 +227,7 @@ regex-syntax = { version = "0.8.5" }
228227reqwest = { git = " https://github.com/seanmonstar/reqwest" , rev = " 114d97c1a862567b465cb57f14d584626e1cf30c" , features = [" blocking" , " cookies" , " json" , " rustls-tls" , " stream" ] }
229228rsa = { version = " 0.9.6" , features = [" serde" , " sha2" ] }
230229rustls = { version = " 0.23.19" , features = [" ring" ] }
230+ rustls-pki-types = { version = " 1.10.0" , features = [" std" ] }
231231rustls-webpki = { version = " 0.102.8" , default-features = false , features = [" aws_lc_rs" , " ring" , " std" ] }
232232schemars = { version = " 0.8.22" , features = [" bytes" , " chrono" , " semver" , " url" , " uuid1" ] }
233233scopeguard = { version = " 1.2.0" }
0 commit comments