Skip to content

Commit

Permalink
build(deps): update drm requirement from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and notgull committed Apr 22, 2024
1 parent eedbae0 commit a84c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0", default-features = false, optional = true }
drm = { version = "0.12.0", 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 }
Expand Down

0 comments on commit a84c79e

Please sign in to comment.