diff --git a/Cargo.lock b/Cargo.lock index 442cb06..eba8836 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1798,9 +1798,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[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 679d324..98edfc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ ignore = "0.4" indicatif = "0.17" log = "0.4" num_cpus = "1.17" -reqwest = { version = "0.12.20", default-features = false, features = [ +reqwest = { version = "0.12.21", default-features = false, features = [ "http2", "rustls-tls", ] }