From c58f90338dc927aba7d07fe490b1eb28bdaa8bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:25:06 +0100 Subject: [PATCH] chore(deps): update rust crate cargo-audit to 0.20 (#243) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33be315..219285e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ ctrlc = { version = "3.4", features = ["termination"] } [dev-dependencies] cargo-husky = { version = "1", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] } -cargo-audit = "0.19" +cargo-audit = "0.20" tracing-subscriber = { version ="0.3", features = ["env-filter"] } hyper-proxy2 = "0.1" hyper = { version ="1.1", features = ["full"] }