diff --git a/Cargo.toml b/Cargo.toml index c3566b8..4ba5312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ netrc = "0.4.1" openssl = { version = "0.10.64", features = ["vendored"] } question = "0.2.2" regex = "1.10.4" -reqwest = { version = "0.11.27", features = ["stream"] } +reqwest = { version = "0.12.0", features = ["stream"] } rust-s3 = { version = "0.33.0", features = ["blocking", "with-tokio"] } self_update = { version = "0.40.0", features = ["archive-tar", "compression-flate2"] } sha2 = "0.10.8"