Skip to content

Commit 00a1a21

Browse files
dependabot[bot]notgull
authored andcommitted
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](Smithay/drm-rs@v0.12.0...v0.14.1) --- updated-dependencies: - dependency-name: drm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c17a55 commit 00a1a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ndk = "0.9.0"
3535
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
3636
as-raw-xcb-connection = { version = "1.0.0", optional = true }
3737
bytemuck = { version = "1.12.3", optional = true }
38-
drm = { version = "0.12.0", default-features = false, optional = true }
38+
drm = { version = "0.14.1", default-features = false, optional = true }
3939
fastrand = { version = "2.0.0", optional = true }
4040
memmap2 = { version = "0.9.0", optional = true }
4141
rustix = { version = "0.38.19", features = ["fs", "mm", "shm", "std"], default-features = false, optional = true }

0 commit comments

Comments
 (0)