From 8a645ecf559de77a5bf5cf3d1cac2f6868388be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:46:07 +0000 Subject: [PATCH] build(deps): update drm-sys requirement from 0.4.0 to 0.5.0 Updates the requirements on drm-sys to permit the latest version. --- updated-dependencies: - dependency-name: drm-sys 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 5101b0f..9777b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ raw-window-handle = "0.5.0" as-raw-xcb-connection = { version = "1.0.0", optional = true } bytemuck = { version = "1.12.3", optional = true } drm = { version = "0.9.0", default-features = false, optional = true } -drm-sys = { version = "0.4.0", default-features = false, optional = true } +drm-sys = { version = "0.5.0", default-features = false, optional = true } memmap2 = { version = "0.9.0", optional = true } nix = { version = "0.26.1", optional = true } tiny-xlib = { version = "0.2.1", optional = true }