diff --git a/Cargo.lock b/Cargo.lock index 21608acd5..ce011dfa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ dependencies = [ "miette", "minijinja", "newline-converter", - "reqwest 0.11.27", + "reqwest 0.12.4", "semver", "serde", "serde_json", @@ -1994,6 +1994,7 @@ dependencies = [ "async-compression", "base64 0.22.1", "bytes", + "futures-channel", "futures-core", "futures-util", "http 1.1.0", diff --git a/cargo-dist/Cargo.toml b/cargo-dist/Cargo.toml index f68f34df8..ed6cccd11 100644 --- a/cargo-dist/Cargo.toml +++ b/cargo-dist/Cargo.toml @@ -41,7 +41,7 @@ axoasset = { version = "0.9.3", features = ["json-serde", "toml-serde", "toml-ed axoprocess = { version = "0.2.0" } axoproject = { version = "0.7.1", default-features = false, features = ["cargo-projects", "generic-projects"] } gazenot = { version = "0.3.1" } -reqwest = { version = "0.11.27", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.12.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } comfy-table = "7.1.1" miette = { version = "7.2.0" } thiserror = "1.0.61"