Bump self_update from 0.24.0 to 0.25.0

Bumps [self_update](https://github.com/jaemk/self_update) from 0.24.0 to 0.25.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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-24 10:48:02 +00:00 committed by GitHub
parent 6fb1e713ed
commit 88a11ea3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2439,9 +2439,9 @@ dependencies = [
[[package]]
name = "self_update"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e350b457809b67e2de1c0205843929a6fa6da94a2660f772d28379bb14c36d97"
checksum = "5abe13436707b8fd0044592de0b8d9565ab700fbb06611d6e4d89384687da195"
dependencies = [
"hyper",
"indicatif",

View File

@ -130,7 +130,7 @@ version = "0.11.1"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]
version = "0.24.0"
version = "0.25.0"
features = [ "archive-zip" ]
[dependencies.serde]