diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fa3eb3589..7c8e97e92 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -5857,9 +5857,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.19" +version = "0.12.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119" +checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" dependencies = [ "base64 0.22.1", "bytes", @@ -5872,11 +5872,8 @@ dependencies = [ "hyper", "hyper-rustls", "hyper-util", - "ipnet", "js-sys", "log", - "mime", - "once_cell", "percent-encoding", "pin-project-lite", "quinn", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2ff3f0286..e23940649 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -129,7 +129,7 @@ quote = "1.0" rand = "0.8.5" rand_core = "0.6.4" rangemap = "1.5.1" -reqwest = { version = "0.12.19", default-features = false } +reqwest = { version = "0.12.20", default-features = false } resolv-conf = "0.7.3" ringbuffer = "0.15.0" roxmltree = "0.20"