From 63a579be6b77c8cc34d33cd2175c40148847ff11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:28:48 +0000 Subject: [PATCH] chore(deps): Update reqwest requirement from 0.12.15 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.15...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cargo-wef/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-wef/Cargo.toml b/crates/cargo-wef/Cargo.toml index b66c432..c447151 100644 --- a/crates/cargo-wef/Cargo.toml +++ b/crates/cargo-wef/Cargo.toml @@ -15,7 +15,7 @@ plist = "1.7.1" tempfile = "3.20.0" anyhow = "1.0.98" askama = { version = "0.14.0", features = ["code-in-doc"] } -reqwest = { version = "0.12.15", features = ["blocking", "json"] } +reqwest = { version = "0.13.1", features = ["blocking", "json"] } serde = { version = "1.0.219", features = ["derive"] } fs_extra = "1.3.0" tar = "0.4.44"