@@ -65,7 +65,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
6565generic-array = { version = " 0.14.7" , default-features = false , features = [" more_lengths" , " zeroize" ] }
6666getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
6767group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
68- hashbrown = { version = " 0.15.4 " }
68+ hashbrown = { version = " 0.16.0 " , default-features = false , features = [ " allocator-api2 " , " inline-more " ] }
6969heck = { version = " 0.4.1" , features = [" unicode" ] }
7070hickory-proto = { version = " 0.25.2" , features = [" serde" , " text-parsing" ] }
7171hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
@@ -114,6 +114,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
114114rsa = { version = " 0.9.8" , features = [" serde" , " sha2" ] }
115115rustc-hash = { version = " 2.1.1" }
116116rustls = { version = " 0.23.19" , features = [" ring" ] }
117+ rustls-pki-types = { version = " 1.10.0" , features = [" std" ] }
117118rustls-webpki = { version = " 0.102.8" , default-features = false , features = [" aws_lc_rs" , " ring" , " std" ] }
118119schemars = { version = " 0.8.22" , features = [" bytes" , " chrono" , " semver" , " url" , " uuid1" ] }
119120scopeguard = { version = " 1.2.0" }
@@ -205,7 +206,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
205206generic-array = { version = " 0.14.7" , default-features = false , features = [" more_lengths" , " zeroize" ] }
206207getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
207208group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
208- hashbrown = { version = " 0.15.4 " }
209+ hashbrown = { version = " 0.16.0 " , default-features = false , features = [ " allocator-api2 " , " inline-more " ] }
209210heck = { version = " 0.4.1" , features = [" unicode" ] }
210211hickory-proto = { version = " 0.25.2" , features = [" serde" , " text-parsing" ] }
211212hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
@@ -254,6 +255,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
254255rsa = { version = " 0.9.8" , features = [" serde" , " sha2" ] }
255256rustc-hash = { version = " 2.1.1" }
256257rustls = { version = " 0.23.19" , features = [" ring" ] }
258+ rustls-pki-types = { version = " 1.10.0" , features = [" std" ] }
257259rustls-webpki = { version = " 0.102.8" , default-features = false , features = [" aws_lc_rs" , " ring" , " std" ] }
258260schemars = { version = " 0.8.22" , features = [" bytes" , " chrono" , " semver" , " url" , " uuid1" ] }
259261scopeguard = { version = " 1.2.0" }
0 commit comments