From b4fc310086e228150f4bf69ba7620ccd730e3d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:19:16 +0000 Subject: [PATCH] deps: update reqwest requirement from 0.12.7 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.7...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 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..76f86cb0 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.1", features=["blocking"], optional=true } tar = { version="0.4.26", optional=true } libflate = { version="2.1.0", optional=true }