diff --git a/Cargo.lock b/Cargo.lock index ee63c5ae..0167d3c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1984,9 +1984,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.6" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", @@ -1997,7 +1997,6 @@ dependencies = [ "pin-project-lite", "socket2", "tokio", - "tower 0.4.13", "tower-service", "tracing", ] @@ -3603,9 +3602,9 @@ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" dependencies = [ "base64 0.22.1", "bytes", @@ -3636,6 +3635,7 @@ dependencies = [ "system-configuration", "tokio", "tokio-native-tls", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 47aebf3a..84a58bb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ thread_local = "1.1.7" mockall = "0.13.1" core_affinity = "0.8.1" hex = "0.4.3" -reqwest = { version = "0.12.9" } +reqwest = { version = "0.12.11" } tokio = { version = "1.42.0", features = ["rt-multi-thread"]} futures = "0.3.31"