From 614dbceb4314f5980edd30e0b33729fc6e639f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:52:31 +0000 Subject: [PATCH] Update system-deps requirement from 7 to 9 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-v9.0.0) --- updated-dependencies: - dependency-name: system-deps dependency-version: 9.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 81e59ed..e83baac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ links = "cdio" [build-dependencies] bindgen = "0.72" cc = { version = "1.4.0" } -system-deps = "7" +system-deps = "9" [features] default = ["iso9660", "udf"]