Upgrade memmap2 dependency to 0.6.1.

This commit is contained in:
Nick Mathewson 2023-05-22 07:51:22 -04:00
parent 512455da96
commit 16c992ecd3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2044,9 +2044,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
version = "0.5.10"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
checksum = "a0aa1b505aeecb0adb017db2b6a79a17a38e64f882a201f05e9de8a982cd6096"
dependencies = [
"libc",
]

View File

@ -68,7 +68,7 @@ hex = "0.4"
humantime = "2"
humantime-serde = "1.1.1"
itertools = "0.10.1"
memmap2 = { version = "0.5.0", optional = true }
memmap2 = { version = "0.6.1", optional = true }
once_cell = "1"
paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }