From d97c9128c366966ca2af66bae21105c6ef0583f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:27:06 +0000 Subject: [PATCH] fix(deps): update rust crate sysexits to 0.11 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c74275a..8159b512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3459,9 +3459,9 @@ dependencies = [ [[package]] name = "sysexits" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf9154bb31a0b747e214520c60cb9a842df871bf6a5fea5be4352b59d6c432ab" +checksum = "9f3613ad1bd92252ed318c3b30812e739b6574b2adb7e8656b07e3a1793a2397" [[package]] name = "syslog-tracing" diff --git a/Cargo.toml b/Cargo.toml index e2796204..ccb320bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,7 @@ base64 = "0.22" clap = { version = "4.5", features = ["wrap_help", "suggestions"] } cfg-if = "1" qrcode = { version = "0.14", default-features = false, optional = true } -sysexits = "0.10" +sysexits = "0.11" build-time = "0.1" directories = "6.0" rpassword = "7.3"