Bump self_update from 0.26.0 to 0.27.0

Bumps [self_update](https://github.com/jaemk/self_update) from 0.26.0 to 0.27.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-05-11 10:50:33 +00:00 committed by GitHub
parent 04e9bf2094
commit 90d247daaf
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

@ -2483,9 +2483,9 @@ dependencies = [
[[package]]
name = "self_update"
version = "0.26.0"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9031099ba3962ce8faaff991066bcbe6ec1f7ccb0be12a4b56733028ae090054"
checksum = "6fb85f1802f7b987237b8525c0fde86ea86f31c957c1875467c727d5b921179c"
dependencies = [
"hyper",
"indicatif",

View File

@ -125,7 +125,7 @@ version = "0.11.3"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]
version = "0.26.0"
version = "0.27.0"
features = [ "archive-zip" ]
[dependencies.serde]