diff --git a/Cargo.lock b/Cargo.lock index 1d1c0470b0..475f9727de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2750,7 +2750,7 @@ dependencies = [ "fig_telemetry_core", "fig_util", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "insta", "percent-encoding", @@ -3231,7 +3231,7 @@ dependencies = [ "hex", "http 1.2.0", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "reqwest", "ring", @@ -4251,9 +4251,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", @@ -4294,7 +4294,7 @@ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "rustls 0.23.21", "rustls-native-certs 0.8.1", @@ -4311,7 +4311,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "pin-project-lite", "tokio", @@ -4329,7 +4329,7 @@ dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", "pin-project-lite", "socket2", "tokio", @@ -5280,7 +5280,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "rand 0.8.5", @@ -7282,7 +7282,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls 0.27.5", "hyper-util", "ipnet", @@ -8895,7 +8895,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-timeout", "hyper-util", "percent-encoding", diff --git a/crates/fig_auth/Cargo.toml b/crates/fig_auth/Cargo.toml index 5bfd1a87a6..04e6da3119 100644 --- a/crates/fig_auth/Cargo.toml +++ b/crates/fig_auth/Cargo.toml @@ -25,7 +25,7 @@ fig_settings.workspace = true fig_telemetry_core.workspace = true fig_util.workspace = true http-body-util = "0.1.1" -hyper = { version = "1.5.2", features = ["server"] } +hyper = { version = "1.6.0", features = ["server"] } hyper-util = { version = "0.1.5", features = ["tokio"] } percent-encoding.workspace = true rand.workspace = true diff --git a/crates/fig_test_utils/Cargo.toml b/crates/fig_test_utils/Cargo.toml index 9068bd876d..6b8d5a6cb8 100644 --- a/crates/fig_test_utils/Cargo.toml +++ b/crates/fig_test_utils/Cargo.toml @@ -17,7 +17,7 @@ fig_util.workspace = true hex.workspace = true http.workspace = true http-body-util = "0.1.1" -hyper = { version = "1.5.2", features = ["server"] } +hyper = { version = "1.6.0", features = ["server"] } hyper-util = { version = "0.1.5", features = ["tokio"] } reqwest.workspace = true ring.workspace = true