Skip to content

Commit

Permalink
chore(deps): bump memmap2 from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.8.0 to 0.9.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent b250652 commit 540d73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bytes = "1.5.0"

# For directory chain
extindex = { version = "0.5.0", optional = true }
memmap2 = { version = "0.8.0", optional = true }
memmap2 = { version = "0.9.0", optional = true }

# For tests
tempfile = { version = "3.8.0", optional = true }
Expand Down

0 comments on commit 540d73a

Please sign in to comment.