diff --git a/Cargo.lock b/Cargo.lock index cabef17..2b9997b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,9 +1419,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" +checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index a4dbefe..658b8ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.17" env_logger = "0.9.3" atty = "0.2.14" encoding_rs_io = "0.1.7" -reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } +reqwest = { version = "0.11.13", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } url = "2.3.1" sysinfo = "0.26.7" thiserror = "1.0.37"