Skip to content

Commit 357f269

Browse files
opsoundfacebook-github-bot
authored andcommitted
third-party: rust: upgrade to memmap2 0.9.5
Summary: We are using quite an old version (0.5.1). Also want to be able to use `.huge` to experiment with `MAP_HUGETLB`. Reviewed By: asp2insp Differential Revision: D75108717 fbshipit-source-id: fcb73c8d95f12dcda7d7af8e7a2c763fe1919707
1 parent 318056d commit 357f269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

below/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bytes = { version = "1.9.0", features = ["serde"] }
1616
common = { package = "below-common", version = "0.9.0", path = "../common" }
1717
humantime = "2.1"
1818
maplit = "1.0"
19-
memmap2 = "0.5.10"
19+
memmap2 = "0.9.5"
2020
model = { package = "below-model", version = "0.9.0", path = "../model" }
2121
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2222
serde = { version = "1.0.185", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)