From 605ed6584e17bdcf66c541021caaf6678785b45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:14:15 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 2 updates Updates the requirements on [actix-governor](https://github.com/AaronErhardt/actix-governor) and [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `actix-governor` to 0.10.0 - [Release notes](https://github.com/AaronErhardt/actix-governor/releases) - [Commits](https://github.com/AaronErhardt/actix-governor/compare/v0.8.0...v0.10.0) Updates `reqwest` to 0.12.28 - [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.24...v0.12.28) --- updated-dependencies: - dependency-name: actix-governor dependency-version: 0.10.0 dependency-type: direct:production dependency-group: cargo - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dde6076..44455de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] actix-files = "0.6.8" -actix-governor = "0.8.0" +actix-governor = "0.10.0" actix-web = "4" anyhow = "1.0.100" config = "0.15.18" @@ -13,7 +13,7 @@ dotenv = "0.15.0" env_logger = "0.11.8" log = { version = "0.4.28" } mime = "0.3.17" -reqwest = { version = "0.12.24", features = [ +reqwest = { version = "0.13.1", features = [ "json", "rustls-tls", ], default-features = false }