From af3bd8bf125db9b0679b206728ef6b89ea901869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:06:22 +0000 Subject: [PATCH] chore(deps): update rust crate self_update to 0.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf0085418..66018f3ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ humantime = "2" clap_complete = "4" clap = { version = "4", features = ["derive", "env", "wrap_help"] } once_cell = "1.18" -self_update = { version = "0.38", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] } +self_update = { version = "0.39", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] } # dev dependencies rstest = "0.18"