Browse Source

fix(deps): update rust crate ureq to 2.3.1 (#572)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 3 years ago committed by GitHub
parent
commit
be6b81e05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1380,9 +1380,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]] [[package]]
name = "ureq" name = "ureq"
version = "2.3.0" version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd912a3d096959150c4d71ac752e13f1683085922658c205b89b40fe8ebe07f" checksum = "c5c448dcb78ec38c7d59ec61f87f70a98ea19171e06c139357e012ee226fec90"
dependencies = [ dependencies = [
"base64", "base64",
"chunked_transfer", "chunked_transfer",

2
Cargo.toml

@ -27,7 +27,7 @@ log = "0.4.14"
env_logger = "0.9.0" env_logger = "0.9.0"
atty = "0.2.14" atty = "0.2.14"
encoding_rs_io = "0.1.7" encoding_rs_io = "0.1.7"
ureq = { version = "2.3.0", features = ["json"] } ureq = { version = "2.3.1", features = ["json"] }
url = "2.2.2" url = "2.2.2"
brotli-decompressor = "2.3.2" brotli-decompressor = "2.3.2"
sysinfo = "0.21.1" sysinfo = "0.21.1"

Loading…
Cancel
Save