Skip to content

Commit 56051e9

Browse files
Update memmap2 requirement from 0.7.0 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.0...v0.9.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f604c90 commit 56051e9

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
@@ -27,7 +27,7 @@ ipnetwork = "0.20.0"
2727
log = "0.4"
2828
serde = { version = "1.0", features = ["derive"] }
2929
memchr = "2.4"
30-
memmap2 = { version = "0.7.0", optional = true }
30+
memmap2 = { version = "0.9.0", optional = true }
3131

3232
[dev-dependencies]
3333
env_logger = "0.10"

0 commit comments

Comments
 (0)