From 10c331b1d707a628ecf908f32bb8fed6aa21f6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:43:53 +0000 Subject: [PATCH] build(deps): update drm requirement from 0.14.1 to 0.15.0 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.14.1...v0.15.0) --- updated-dependencies: - dependency-name: drm dependency-version: 0.15.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 d13d4307..07144639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ x11rb = { version = "0.13.0", optional = true, features = [ "shm", ] } # KMS/DRM -drm = { version = "0.14.1", default-features = false, optional = true } +drm = { version = "0.15.0", default-features = false, optional = true } # Windows dependencies. [target.'cfg(target_os = "windows")'.dependencies]