From 7fd689d11a092656ce43cf6fe93a951b6075cc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:31:24 +0000 Subject: [PATCH] fix(deps): bump reqwest from 0.12.20 to 0.12.21 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.21. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/commits) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/chat-cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1110a18f6f..234e4bd45f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8239,9 +8239,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288" dependencies = [ "async-compression", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 1534f6c0c4..3aa1766905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ r2d2_sqlite = "0.25.0" rand = "0.9.0" rayon = "1.8.0" regex = "1.7.0" -reqwest = { version = "0.12.14", default-features = false, features = [ +reqwest = { version = "0.12.21", default-features = false, features = [ # defaults except tls "http2", "charset", diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index d5b8886733..1433d28099 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -94,7 +94,7 @@ r2d2 = "0.8.10" r2d2_sqlite = "0.25.0" rand = "0.9.0" regex = "1.7.0" -reqwest = { version = "0.12.14", default-features = false, features = [ +reqwest = { version = "0.12.21", default-features = false, features = [ "http2", "charset", "rustls-tls",