Skip to content

Commit

Permalink
build(deps): update drm-sys requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 888a996 commit 8a645ec
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 @@ -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 }
Expand Down

0 comments on commit 8a645ec

Please sign in to comment.