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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-19 10:26:41 +00:00 committed by GitHub
parent c62af038c5
commit 87ff0454e6
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.23.0"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "502f26626811e30581f6cb80ee588ccc709f8e490d14a4363f4b16f5d24cd7e2"
checksum = "e350b457809b67e2de1c0205843929a6fa6da94a2660f772d28379bb14c36d97"
dependencies = [
"hyper",
"indicatif",

View File

@ -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]