From 87ff0454e67a34a587959ded695a12394826d28a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:26:41 +0000 Subject: [PATCH 1/3] Bump self_update from 0.23.0 to 0.24.0 Bumps [self_update](https://github.com/jaemk/self_update) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/jaemk/self_update/releases) - [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/self_update/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d287cb0e3c..1953584ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2439,9 +2439,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502f26626811e30581f6cb80ee588ccc709f8e490d14a4363f4b16f5d24cd7e2" +checksum = "e350b457809b67e2de1c0205843929a6fa6da94a2660f772d28379bb14c36d97" dependencies = [ "hyper", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 757570cba3..4ec1234174 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ version = "0.11.0" features = [ "blocking", "json", "multipart" ] [dependencies.self_update] -version = "0.23.0" +version = "0.24.0" features = [ "archive-zip" ] [dependencies.serde] From 87c80d8978043b27188137a3e5eeac673c50773a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:27:06 +0000 Subject: [PATCH 2/3] Bump thiserror from 1.0.23 to 1.0.24 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.23...1.0.24) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d287cb0e3c..e8e4cafd1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2930,18 +2930,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146" +checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" +checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", From 6cc9a60a641128e1a9d3887b1d3a7f4f6f0e17fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:27:26 +0000 Subject: [PATCH 3/3] Bump reqwest from 0.11.0 to 0.11.1 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.11.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d287cb0e3c..bf7075219f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2279,9 +2279,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de" +checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34" dependencies = [ "base64", "bytes 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 757570cba3..cfb6864b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ version = "0.7" version = "0.6.2" [dependencies.reqwest] -version = "0.11.0" +version = "0.11.1" features = [ "blocking", "json", "multipart" ] [dependencies.self_update]