diff --git a/Cargo.lock b/Cargo.lock index 634628c..3c68d9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2741,9 +2741,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[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", "bytes", @@ -2778,6 +2778,7 @@ dependencies = [ "tokio", "tokio-native-tls", "tokio-rustls", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 749aa13..3e8c2e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ insta = { version = "1.41.1", features = ["glob", "json", "redactions"] } mime = "0.3.17" once_cell = "1.20.2" prometheus-parse = "0.2.5" -reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.11", features = ["json", "rustls-tls"] } serde_json = "1.0.134" tower = { version = "0.5.2", features = ['util'] } url = "2.5.4"