diff --git a/Cargo.lock b/Cargo.lock index 946ae4142..003988f83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4882,9 +4882,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" +checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" dependencies = [ "base64 0.22.1", "bytes", diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index d5b888673..38ef595e3 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -71,7 +71,7 @@ hex = "0.4.3" http = "1.2.0" http-body-util = "0.1.3" hyper = { version = "1.6.0", features = ["server"] } -hyper-util = { version = "0.1.11", features = ["tokio"] } +hyper-util = { version = "0.1.15", features = ["tokio"] } indicatif = "0.17.11" indoc = "2.0.6" insta = "1.43.1" diff --git a/crates/fig_auth/Cargo.toml b/crates/fig_auth/Cargo.toml index 83ffc20fa..2542bd671 100644 --- a/crates/fig_auth/Cargo.toml +++ b/crates/fig_auth/Cargo.toml @@ -26,7 +26,7 @@ fig_telemetry_core.workspace = true fig_util.workspace = true http-body-util = "0.1.3" hyper = { version = "1.6.0", features = ["server"] } -hyper-util = { version = "0.1.11", features = ["tokio"] } +hyper-util = { version = "0.1.15", features = ["tokio"] } percent-encoding.workspace = true rand.workspace = true serde.workspace = true diff --git a/crates/fig_test_utils/Cargo.toml b/crates/fig_test_utils/Cargo.toml index c3dd5b845..4eb41455e 100644 --- a/crates/fig_test_utils/Cargo.toml +++ b/crates/fig_test_utils/Cargo.toml @@ -18,7 +18,7 @@ hex.workspace = true http.workspace = true http-body-util = "0.1.3" hyper = { version = "1.6.0", features = ["server"] } -hyper-util = { version = "0.1.11", features = ["tokio"] } +hyper-util = { version = "0.1.15", features = ["tokio"] } reqwest.workspace = true ring.workspace = true tokio.workspace = true