From e3649639d280212925937092910d6d596ffde0da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 21:56:02 +0000 Subject: [PATCH] fix(deps): update rust crate cargo-audit to 0.22.0 --- .renovate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovate/Cargo.toml b/.renovate/Cargo.toml index d1dffb1..15382dc 100644 --- a/.renovate/Cargo.toml +++ b/.renovate/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] cargo-all-features = "1.10.0" -cargo-audit = "0.20.0" +cargo-audit = "0.22.0" cargo-benchcmp = "0.4.4" cargo-binstall = "1.6.3" cargo-expand = "1.0.79"