diff --git a/Cargo.lock b/Cargo.lock index c58bd02..b8f3be7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3024,9 +3024,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 b7dd72b..48a8ec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ ordered-float = { version = "5.0.0" } prometheus = "0.13.4" prost = { version = "0.13.5" } regex = "1.11.1" -reqwest = { version = "0.12.20", features = ["json", "native-tls-vendored", "gzip"], default-features = false } +reqwest = { version = "0.12.21", features = ["json", "native-tls-vendored", "gzip"], default-features = false } reqwest-middleware = "0.4.2" rmp-serde = "1.3.0" serde = { version = "1.0.219", features = ["derive"] }