diff --git a/Cargo.toml b/Cargo.toml index fdce0873..1e12c7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ raw_window_handle = { package = "raw-window-handle", version = "0.6", features = [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 }