From 23a66a59006ae58a9d3c1f47d3e60dfa0933d970 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:25:18 +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 5c7fcf900d..773595d260 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"