diff --git a/Cargo.toml b/Cargo.toml index b5109c572..5459dfda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.19" env_logger = "0.10.0" atty = "0.2.14" encoding_rs_io = "0.1.7" -reqwest = { version = "0.11.13", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } +reqwest = { version = "0.11.18", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } url = "2.4.0" sysinfo = "0.29.3" thiserror = "1.0.40"