From 2752a64b33f7983e100e00879e7f9b814f5bed5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:07:45 +0000 Subject: [PATCH] deps: update reqwest requirement from 0.12.7 to 0.13.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.12.7...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sprs-benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprs-benches/Cargo.toml b/sprs-benches/Cargo.toml index b122451a..aaad3fd2 100644 --- a/sprs-benches/Cargo.toml +++ b/sprs-benches/Cargo.toml @@ -14,7 +14,7 @@ pyo3 = { version = "0.27.0", features = ["auto-initialize"] } [build-dependencies] cc = "1.0.52" -reqwest = { version="0.12.7", features=["blocking"], optional=true } +reqwest = { version="0.13.2", features=["blocking"], optional=true } tar = { version="0.4.26", optional=true } libflate = { version="2.1.0", optional=true }