From 90ebb5766dd37c2d347d01e453b66c1ecb316ae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:53:16 +0000 Subject: [PATCH] chore(deps): update rust crate self_update to 0.38.0 --- Cargo.lock | 16 ++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e5aef8..b612eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2472,11 +2472,22 @@ dependencies = [ "libc", ] +[[package]] +name = "self-replace" +version = "1.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c56335359191626938ef6fdeb478f9f6a7c6020254d7f4641c7d810369fa0ec1" +dependencies = [ + "fastrand 1.9.0", + "tempfile", + "windows-sys 0.48.0", +] + [[package]] name = "self_update" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a667e18055120bcc9a658d55d36f2f6bfc82e07968cc479ee7774e3bfb501e14" +checksum = "2b3c585a1ced6b97ac13bd5e56f66559e5a75f477da5913f70df98e114518446" dependencies = [ "either", "flate2", @@ -2486,6 +2497,7 @@ dependencies = [ "quick-xml 0.23.1", "regex", "reqwest", + "self-replace", "semver", "serde_json", "tar", diff --git a/Cargo.toml b/Cargo.toml index 98d96cd..8ac1e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ question = "0.2.2" regex = "1.9.5" reqwest = { version = "0.11.20", features = ["stream"] } rust-s3 = { version = "0.33.0", features = ["blocking", "with-tokio"] } -self_update = { version = "0.37.0", features = ["archive-tar", "compression-flate2"] } +self_update = { version = "0.38.0", features = ["archive-tar", "compression-flate2"] } sha2 = "0.10.7" skim-navi = "0.1.10" ssh2 = "0.9.4"