Browse Source

fix(deps): update rust crate reqwest to 0.11.12 (#812)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/feat/support-install-latest
renovate[bot] 2 years ago committed by GitHub
parent
commit
370a81b590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Cargo.lock
  2. 2
      Cargo.toml

6
Cargo.lock generated

@ -1336,9 +1336,9 @@ dependencies = [ @@ -1336,9 +1336,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.11"
version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
dependencies = [
"async-compression",
"base64",
@ -1353,9 +1353,9 @@ dependencies = [ @@ -1353,9 +1353,9 @@ dependencies = [
"hyper-rustls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",

2
Cargo.toml

@ -25,7 +25,7 @@ log = "0.4.17" @@ -25,7 +25,7 @@ log = "0.4.17"
env_logger = "0.9.1"
atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.11", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.2.2"
sysinfo = "0.24.5"
thiserror = "1.0.31"

Loading…
Cancel
Save