From be6b81e05e6422f7dc209cb9b1e21ceab8e92c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 14:15:41 +0200 Subject: [PATCH] fix(deps): update rust crate ureq to 2.3.1 (#572) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bca264b..7527227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,9 +1380,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "ureq" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd912a3d096959150c4d71ac752e13f1683085922658c205b89b40fe8ebe07f" +checksum = "c5c448dcb78ec38c7d59ec61f87f70a98ea19171e06c139357e012ee226fec90" dependencies = [ "base64", "chunked_transfer", diff --git a/Cargo.toml b/Cargo.toml index 98cda9d..d3380a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.14" env_logger = "0.9.0" atty = "0.2.14" encoding_rs_io = "0.1.7" -ureq = { version = "2.3.0", features = ["json"] } +ureq = { version = "2.3.1", features = ["json"] } url = "2.2.2" brotli-decompressor = "2.3.2" sysinfo = "0.21.1"