From 2ffdd839afbab4f6c349800ae555b88f8ad041a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 11:00:36 +0000 Subject: [PATCH] Bump self_update from 0.25.0 to 0.26.0 Bumps [self_update](https://github.com/jaemk/self_update) from 0.25.0 to 0.26.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 881ab30a24..eb05f174c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2312,9 +2312,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5abe13436707b8fd0044592de0b8d9565ab700fbb06611d6e4d89384687da195" +checksum = "9031099ba3962ce8faaff991066bcbe6ec1f7ccb0be12a4b56733028ae090054" dependencies = [ "hyper", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 6628e10f2f..8dddb64f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ version = "0.11.1" features = [ "blocking", "json", "multipart" ] [dependencies.self_update] -version = "0.25.0" +version = "0.26.0" features = [ "archive-zip" ] [dependencies.serde]