From 445b57568d67870e434ced0b14bb49b483f0da53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:11:03 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.22 to 0.12.2 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 595ebee..8a6c911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ wasm-bindgen = "0.2.90" console_error_panic_hook = { version = "0.1.7", optional = true } backoff = { version = "0.4.0", features = ["wasm-bindgen", "futures"] } ehttp = { version = "0.5.0", features = ["streaming", "async-channel", "json"] } -reqwest = { version = "0.11.22", optional = false, default-features = false, features = [ "stream" ] } +reqwest = { version = "0.12.2", optional = false, default-features = false, features = [ "stream" ] } wasm-streams = "0.4.0" js-sys = "0.3.68" web-sys = "0.3.68"