diff --git a/Cargo.lock b/Cargo.lock index 8e48fe2..b646646 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,12 +714,6 @@ version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - [[package]] name = "miniz_oxide" version = "0.7.1" @@ -992,9 +986,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", "bytes", @@ -1005,11 +999,8 @@ dependencies = [ "hyper", "hyper-rustls", "hyper-util", - "ipnet", "js-sys", "log", - "mime", - "once_cell", "percent-encoding", "pin-project-lite", "quinn", diff --git a/Cargo.toml b/Cargo.toml index 121fab4..8d8fd53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.31" indicatif = "0.17.11" md5 = "0.7.0" regex = "1.11.1" -reqwest = { version = "0.12.19", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.12.20", default-features = false, features = ["rustls-tls"] } tokio = { version = "1.45.1", features = ["full"] } serde = { version = "1.0.219", features = ["derive"] } serde-xml-rs = "0.8.1"