From b5d3234b42764971087cbef8877f79f8668522c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 08:09:15 +0000 Subject: [PATCH] Update reqwest requirement from 0.12.3 to 0.13.1 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.12.3...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 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 59bd71d..c3f7602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default = ["console_error_panic_hook"] wasm-bindgen = { version = "*" } wasm-bindgen-futures = "0.4.37" image = "0.25.0" -reqwest = "0.12.3" +reqwest = "0.13.1" serde = { version = "1.0.189", features = ["derive"] } serde-wasm-bindgen = "0.6"