diff --git a/Cargo.lock b/Cargo.lock index d4510b830..7fcc8ab8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4335,9 +4335,9 @@ dependencies = [ [[package]] name = "reqwest-middleware" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562ceb5a604d3f7c885a792d42c199fd8af239d0a51b2fa6a78aafa092452b04" +checksum = "d1ccd3b55e711f91a9885a2fa6fbbb2e39db1776420b062efc058c6410f7e5e3" dependencies = [ "anyhow", "async-trait", diff --git a/crates/helm-plugin/Cargo.toml b/crates/helm-plugin/Cargo.toml index 6dfeeede7..b7a6e8f35 100644 --- a/crates/helm-plugin/Cargo.toml +++ b/crates/helm-plugin/Cargo.toml @@ -41,7 +41,7 @@ dirs = "5.0.1" eyre.workspace = true http = "1.1.0" reqwest = "0.12.7" -reqwest-middleware = { version = "0.3.3", features = ["json", "http2"] } +reqwest-middleware = { version = "0.4.0", features = ["json", "http2"] } schemars = { workspace = true, features = ["url"] } serde.workspace = true serde_json.workspace = true