From a06fad81b1118a212e8579d96529e344f9ec20cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 05:09:03 +0000 Subject: [PATCH] Update Rust crate self_update to 0.41.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 893fd30..ae45982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0.116" async-trait = "0.1.80" tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" -self_update = { version = "0.40.0", features = ["archive-zip", "compression-zip-deflate"] } +self_update = { version = "0.41.0", features = ["archive-zip", "compression-zip-deflate"] } uuid = { version = "1.8.0", features = ["v4"] } chrono = "0.4.38" clap = "4.5.4"