Skip to content

Commit

Permalink
build(deps): bump memmap2 from 0.7.1 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.7.1 to 0.9.0.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.7.1...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 9, 2023
1 parent 43c8c22 commit 7244d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tui = {package = "ratatui", version = "0.22.0", default-features = false, featur
crossterm = "0.27.0"
clap = { version = "4.3.19", features = ["derive"] }
arboard = { version = "3.2.1", default-features = false }
memmap2 = "0.7.1"
memmap2 = "0.9.0"
crossbeam = "0.8.2"

[profile.dev]
Expand Down

0 comments on commit 7244d5b

Please sign in to comment.