From 28c27a113941bb8ea1eb87cf5a43a42111c9094d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:24:09 +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 793a36e3cf..b59f9dd582 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"