From 92103907817c5249036d5583b38a17e2a7456e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:34:47 +0000 Subject: [PATCH] build(deps): update drm requirement from 0.12.0 to 0.14.1 Updates the requirements on [drm](https://github.com/Smithay/drm-rs) to permit the latest version. - [Commits](https://github.com/Smithay/drm-rs/compare/v0.12.0...v0.14.1) --- updated-dependencies: - dependency-name: drm 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 1fabd30..49cd067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ndk = "0.9.0" [target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies] as-raw-xcb-connection = { version = "1.0.0", optional = true } bytemuck = { version = "1.12.3", optional = true } -drm = { version = "0.12.0", default-features = false, optional = true } +drm = { version = "0.14.1", default-features = false, optional = true } fastrand = { version = "2.0.0", optional = true } memmap2 = { version = "0.9.0", optional = true } rustix = { version = "0.38.19", features = ["fs", "mm", "shm", "std"], default-features = false, optional = true }