Skip to content

Commit

Permalink
Update memmap2 requirement from 0.8.0 to 0.9.0
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.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 4, 2023
1 parent a7de0f5 commit 37bb459
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 @@ -16,7 +16,7 @@ edition = "2021"
byteorder = "1.4"
crc = "3"
log = "0.4"
memmap2 = "0.8.0"
memmap2 = "0.9.0"
rand = "0.8.5"
rand_distr = "0.4.3"
fs4 = "0.7"
Expand Down

0 comments on commit 37bb459

Please sign in to comment.