From 14d87988ce97a4e32576cc9ec09d56bcd893a76d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:30:47 +0000 Subject: [PATCH] [Renovate] Update Rust crate sysexits to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1206543..913a83eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ aeruginous-io = "0.8.0" anstyle = "1.0.7" cargo-lock = "9.0.0" ron = "0.8.1" -sysexits = "0.7.14" +sysexits = "0.8.0" toml = "0.8.13" [dependencies.chrono]