From 23b56ff6dd52447720e6f637fe87344a61e8021e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 04:37:22 +0000 Subject: [PATCH] chore(deps): update rust crate self_update to 0.41.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 213a157..de38eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2780,9 +2780,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e4997484b55df069a4773d822715695b2cc27b23829eca2a4b41690e948bdeb" +checksum = "469a3970061380c19852269f393e74c0fe607a4e23d85267382cf25486aa8de5" dependencies = [ "either", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 1d673d3..c442c6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ question = "0.2.2" regex = "1.10.4" reqwest = { version = "0.12.0", features = ["stream"] } rust-s3 = { version = "0.34.0", features = ["blocking", "with-tokio"] } -self_update = { version = "0.40.0", features = ["archive-tar", "compression-flate2"] } +self_update = { version = "0.41.0", features = ["archive-tar", "compression-flate2"] } sha2 = "0.10.8" skim-navi = "0.1.10" ssh2 = "0.9.4"