From ac3527cfb6d542d5633793d58e47bcb1b10059b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:11:24 +0000 Subject: [PATCH] build(deps): bump self_update from 0.35.0 to 0.36.0 Bumps [self_update](https://github.com/jaemk/self_update) from 0.35.0 to 0.36.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 | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30ffc3a..8e30551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1860,9 +1860,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e18819cd93c4799f93cd4cf0ac069ed0e615fea3af28ec78df71e0ea890628a" +checksum = "ca4e4e6f29fddb78b3e7a6e5a395e8274d4aca2d36b2278a297fa49673a5b7c7" dependencies = [ "either", "flate2", @@ -1876,6 +1876,7 @@ dependencies = [ "serde_json", "tar", "tempfile", + "urlencoding", ] [[package]] @@ -2387,6 +2388,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "urlencoding" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" + [[package]] name = "users" version = "0.11.0" diff --git a/Cargo.toml b/Cargo.toml index ec0c2c2..196e6ec 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.35", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] } +self_update = {version = "0.36", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] } # local backend walkdir = "2" ignore = "0.4"