Skip to content

Commit

Permalink
Update memmap2 requirement from 0.6 to 0.9
Browse files Browse the repository at this point in the history
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.6.0...v0.9.4)

---
updated-dependencies:
- dependency-name: memmap2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent d726150 commit 5654653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezlog-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android_logger = ["log","dep:android_logger"]

[dependencies]
libc = "0.2"
memmap2 = "0.6"
memmap2 = "0.9"
log = { version = "0.4", optional = true }
byteorder = "1"
flate2 = "1.0"
Expand Down

0 comments on commit 5654653

Please sign in to comment.