From 0e872864a195179ffcce0046c3243f0624c701e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:11:52 +0000 Subject: [PATCH] fix(deps): update rust crate system-deps to v7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c1ad5bdd8..cb9e42a62d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,7 +166,7 @@ rand = "0.8" rand_chacha = "0.3" [target.'cfg(any(decode_test, decode_test_dav1d))'.dependencies] -system-deps = "6" +system-deps = "7" [lints.rust.unexpected_cfgs] level = "warn"