Skip to content

Commit a84c79e

Browse files
dependabot[bot]notgull
authored andcommitted
build(deps): update drm requirement from 0.11.0 to 0.12.0
Updates the requirements on [drm](https://github.com/Smithay/drm-rs) to permit the latest version. - [Commits](Smithay/drm-rs@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: drm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eedbae0 commit a84c79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ raw_window_handle = { package = "raw-window-handle", version = "0.6", features =
3131
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
3232
as-raw-xcb-connection = { version = "1.0.0", optional = true }
3333
bytemuck = { version = "1.12.3", optional = true }
34-
drm = { version = "0.11.0", default-features = false, optional = true }
34+
drm = { version = "0.12.0", default-features = false, optional = true }
3535
fastrand = { version = "2.0.0", optional = true }
3636
memmap2 = { version = "0.9.0", optional = true }
3737
rustix = { version = "0.38.19", features = ["fs", "mm", "shm", "std"], default-features = false, optional = true }

0 commit comments

Comments
 (0)