diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6a3ca34d9..819bbc98b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6128,9 +6128,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[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 0.22.1", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 774fcf064..4032bfb77 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -146,7 +146,7 @@ quote = "1.0" rand = "0.8.5" rand_core = "0.6.4" rangemap = "1.6.0" -reqwest = { version = "0.12.23", default-features = false } +reqwest = { version = "0.12.24", default-features = false } resolv-conf = "0.7.5" ringbuffer = "0.16.0" roxmltree = "0.21"