From 173a36368badb3a889880d003b3adc2c52a7dd73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:21:33 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 215bb7e..6c41a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ itertools = "0.14.0" mime_guess = { version = "2.0.5" } num_cpus = "1.16.0" phf = { version = "0.11", features = ["macros"] } -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.13.1", features = ["json"] } rust-embed = "8.5.0" sea-orm = { version = "1.0.0", features = [ "sqlx-sqlite",