Skip to content

Commit 385182b

Browse files
Update memmap2 requirement from 0.8 to 0.9 (#341)
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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70a8873 commit 385182b

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
@@ -44,7 +44,7 @@ lazy_static = "1.3"
4444
libc = "0.2"
4545
log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
4646
lz4-sys = "1.9"
47-
memmap2 = { version = "0.8", optional = true }
47+
memmap2 = { version = "0.9", optional = true }
4848
nix = "0.26"
4949
num-derive = "0.4"
5050
num-traits = "0.2"

0 commit comments

Comments
 (0)