From 5175e0f6f4c8a58acf6e07cb2409a4ff04d386c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 23:09:57 +0000 Subject: [PATCH] build(deps): bump self_update from 0.32.0 to 0.33.0 Bumps [self_update](https://github.com/jaemk/self_update) from 0.32.0 to 0.33.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) --- updated-dependencies: - dependency-name: self_update dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f9178e..60ba065 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1813,9 +1813,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e08f3ce73aed26096783c26570ba416ff8f4524c89a14bcdf068967dc80daef" +checksum = "4c99e711a8a33bc7311c9aec68896c87c1f203edda4ca7345c75671b569ce871" dependencies = [ "either", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 8a2574f..f93016e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ chrono = { version = "0.4", default_features = false, features = ["clock", "serd zstd = "0.12" enum-map = "2" enum-map-derive = "0.11" -self_update = {version = "0.32", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] } +self_update = {version = "0.33", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] } # local backend walkdir = "2" ignore = "0.4"