diff --git a/Cargo.lock b/Cargo.lock index 6c152769ac..4154be3568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2309,9 +2309,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5abe13436707b8fd0044592de0b8d9565ab700fbb06611d6e4d89384687da195" +checksum = "9031099ba3962ce8faaff991066bcbe6ec1f7ccb0be12a4b56733028ae090054" dependencies = [ "hyper", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 4436163eab..9efc7f6ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ version = "0.11.1" features = [ "blocking", "json", "multipart" ] [dependencies.self_update] -version = "0.25.0" +version = "0.26.0" features = [ "archive-zip" ] [dependencies.serde]