From a6808f1348156a58506ce5db213b44132352154b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:15:21 +0000 Subject: [PATCH] Update system-deps requirement from 7 to 8 Updates the requirements on [system-deps](https://github.com/gdesmott/system-deps) to permit the latest version. - [Release notes](https://github.com/gdesmott/system-deps/releases) - [Changelog](https://github.com/gdesmott/system-deps/blob/main/CHANGELOG.md) - [Commits](https://github.com/gdesmott/system-deps/compare/system-deps-meta-v7.0.8...system-deps-v8.0.0) --- updated-dependencies: - dependency-name: system-deps dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d76042..d85c536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ links = "cdio" [build-dependencies] bindgen = "0.72" cc = { version = "1.4.0" } -system-deps = "7" +system-deps = "8" [features] default = ["iso9660", "udf"]