From 5bbaac61f1df3c06501ae67c97960304a30aa8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:18:34 +0000 Subject: [PATCH] deps: bump reqwest from 0.12.23 to 0.12.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.23 to 0.12.24. - [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.23...v0.12.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- chico_server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9e1b56..b371f2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1707,9 +1707,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "reqwest" -version = "0.12.23" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64", "bytes", diff --git a/chico_server/Cargo.toml b/chico_server/Cargo.toml index 854a52a..5134dcf 100644 --- a/chico_server/Cargo.toml +++ b/chico_server/Cargo.toml @@ -29,7 +29,7 @@ rstest = "0.26.1" assert_cmd = "2.0" tempfile = "3" predicates = "3.1.3" -reqwest = {version = "0.12.23" , features = ["json"]} +reqwest = {version = "0.12.24" , features = ["json"]} serial_test = "3.2.0" claims = "0.8.0" serde_json = "1.0"