diff --git a/Cargo.lock b/Cargo.lock index 2f213fc..5bc6ef3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,9 +974,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 = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b1e3ddf..8fc01b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.31" indicatif = "0.17.12" md5 = "0.7.0" regex = "1.11.1" -reqwest = { version = "0.12.20", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.12.21", 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"