From 973526fe6e8fdd0bf95a7f525b97cab2fa1e6e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:00:43 +0000 Subject: [PATCH] Bump self_update from 0.39.0 to 0.40.0 Bumps [self_update](https://github.com/jaemk/self_update) from 0.39.0 to 0.40.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 | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05edc42e6f..ab5e2bd9b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,7 +1671,7 @@ dependencies = [ "reqwest 0.12.4", "rpassword", "rusty-hook", - "self_update 0.39.0", + "self_update 0.40.0", "serde", "serde_json", "serial_test", @@ -2733,16 +2733,16 @@ dependencies = [ [[package]] name = "self_update" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a34ad8e4a86884ab42e9b8690e9343abdcfe5fa38a0318cfe1565ba9ad437b4" +checksum = "4e4997484b55df069a4773d822715695b2cc27b23829eca2a4b41690e948bdeb" dependencies = [ - "hyper 0.14.28", + "hyper 1.2.0", "indicatif", "log", "quick-xml", "regex", - "reqwest 0.11.27", + "reqwest 0.12.4", "self-replace", "semver", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 804d5baae9..abaac6f0e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ version = "0.12.4" features = [ "blocking", "json", "multipart" ] [dependencies.self_update] -version = "0.39.0" +version = "0.40.0" features = [ "archive-zip" ] [dependencies.serde]