Browse Source

fix(deps): update rust crate reqwest to 0.11.5 (#543)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 3 years ago committed by GitHub
parent
commit
f582eb2e72
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

@ -1139,9 +1139,9 @@ dependencies = [ @@ -1139,9 +1139,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.4"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb"
dependencies = [
"async-compression",
"base64",
@ -1728,8 +1728,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1728,8 +1728,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
dependencies = [
"cfg-if",
"serde",
"serde_json",
"wasm-bindgen-macro",
]

2
Cargo.toml

@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager" @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager"
serde = { version = "1.0.130", features = ["derive"] }
clap = "2.33.3"
structopt = "0.3.23"
reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false }
reqwest = { version = "0.11.5", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false }
serde_json = "1.0.68"
chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.37"

Loading…
Cancel
Save