Skip to content

Commit f479840

Browse files
authoredMay 10, 2023
Update memmap2 requirement from 0.5.3 to 0.6.0 (#2033)
Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.5.3...v0.6.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ee1b5c commit f479840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ once_cell = "1.10.0"
2222
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode"] }
2323
aho-corasick = "1.0"
2424
tantivy-fst = "0.4.0"
25-
memmap2 = { version = "0.5.3", optional = true }
25+
memmap2 = { version = "0.6.0", optional = true }
2626
lz4_flex = { version = "0.10", default-features = false, features = ["checked-decode"], optional = true }
2727
brotli = { version = "3.3.4", optional = true }
2828
zstd = { version = "0.12", optional = true, default-features = false }

0 commit comments

Comments
 (0)
Please sign in to comment.