Skip to content

Commit 888a996

Browse files
build(deps): update memmap2 requirement from 0.7.1 to 0.9.0
Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.7.1...v0.9.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 979812f commit 888a996

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
@@ -33,7 +33,7 @@ as-raw-xcb-connection = { version = "1.0.0", optional = true }
3333
bytemuck = { version = "1.12.3", optional = true }
3434
drm = { version = "0.9.0", default-features = false, optional = true }
3535
drm-sys = { version = "0.4.0", default-features = false, optional = true }
36-
memmap2 = { version = "0.7.1", optional = true }
36+
memmap2 = { version = "0.9.0", optional = true }
3737
nix = { version = "0.26.1", optional = true }
3838
tiny-xlib = { version = "0.2.1", optional = true }
3939
wayland-backend = { version = "0.3.0", features = ["client_system"], optional = true }

0 commit comments

Comments
 (0)