From ac3598054ee44bbcd316f4d9afaa9ca6764a1782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 01:42:18 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.12.22 to 0.12.23 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 to 0.12.23. - [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.22...v0.12.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3496e3d..6f84158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7fe1da5..39e1201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" anyhow = "1.0.98" colored = "3.0.0" lexopt = "0.3.1" -reqwest = { version = "0.12.22", features = ["json", "blocking", "rustls-tls"], default-features = false } +reqwest = { version = "0.12.23", features = ["json", "blocking", "rustls-tls"], default-features = false } serde = { version = "1.0.219", features = ["derive"] }