diff --git a/Cargo.lock b/Cargo.lock index 2ac67cdb8..94fb6204e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ dependencies = [ "expectorate", "futures", "http 0.2.12", - "hyper 1.4.1", + "hyper 1.5.0", "omicron-common", "openapi-lint", "openapiv3", @@ -1102,7 +1102,7 @@ dependencies = [ "futures-core", "hex", "http 0.2.12", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-staticfile", "itertools 0.13.0", "libc", @@ -1247,7 +1247,7 @@ dependencies = [ "futures", "hex", "http 0.2.12", - "hyper 1.4.1", + "hyper 1.5.0", "omicron-common", "openapi-lint", "openapiv3", @@ -1345,7 +1345,7 @@ dependencies = [ "getrandom", "hashbrown 0.14.3", "hex", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "indexmap 2.5.0", "libc", @@ -1731,7 +1731,7 @@ dependencies = [ "hostname 0.4.0", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "indexmap 2.5.0", "multer", @@ -2509,7 +2509,7 @@ dependencies = [ "futures", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "log", "once_cell", @@ -2579,9 +2579,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -2620,7 +2620,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "rustls 0.23.13", "rustls-pki-types", @@ -2640,7 +2640,7 @@ dependencies = [ "http 1.1.0", "http-range", "httpdate", - "hyper 1.4.1", + "hyper 1.5.0", "mime_guess", "percent-encoding", "rand 0.8.5", @@ -2657,7 +2657,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "native-tls", "tokio", @@ -2676,7 +2676,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.4.1", + "hyper 1.5.0", "pin-project-lite", "socket2", "tokio", @@ -2839,7 +2839,7 @@ dependencies = [ "dns-service-client", "futures", "hickory-resolver", - "hyper 1.4.1", + "hyper 1.5.0", "omicron-common", "omicron-uuid-kinds", "omicron-workspace-hack", @@ -4996,7 +4996,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-tls", "hyper-util",