Skip to content

Commit

Permalink
Upgrade memmap2
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Mar 11, 2024
1 parent 71bc6c9 commit 2b746f8
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 crates/fluke-buffet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eyre = "0.6.12"
http = "0.2.12"
fluke-maybe-uring = { version = "0.1.1", path = "../fluke-maybe-uring" }
memchr = "2.7.1"
memmap2 = { version = "0.7.1", default-features = false }
memmap2 = { version = "0.9.4", default-features = false }
nom = "7.1.3"
pretty-hex = "0.4.1"
thiserror = { version = "1.0.57", default-features = false }
Expand Down

0 comments on commit 2b746f8

Please sign in to comment.