diff --git a/Cargo.lock b/Cargo.lock index 493e4d9b..7e7aff92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1849,12 +1849,12 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" +checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" dependencies = [ "async-compression", - "base64 0.13.1", + "base64 0.21.0", "bytes", "encoding_rs", "futures-core", @@ -1887,6 +1887,7 @@ dependencies = [ "url", "wasm-bindgen", "wasm-bindgen-futures", + "wasm-streams", "web-sys", "webpki-roots", "winreg", @@ -2836,6 +2837,19 @@ version = "0.2.83" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" +[[package]] +name = "wasm-streams" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" +dependencies = [ + "futures-util", + "js-sys", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + [[package]] name = "web-sys" version = "0.3.60" diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index cad779c5..26899835 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -21,7 +21,7 @@ flate2 = { version = "1.0.25", default-features = false } futures-util = { version = "0.3.25", default-features = false, features = ["std"] } generic-array = "0.14.6" httpdate = "1.0.2" -reqwest = { version = "0.11.13", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } +reqwest = { version = "0.11.14", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } # Use a fork here since we need PAX support, but the upstream # does not hav the PR merged yet. #