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",