summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-21 19:19:51 -0500
committerGitHub <noreply@github.com>2023-08-21 19:19:51 -0500
commit8d8d74064459557a6771550281e18e25bd9345e0 (patch)
tree6bbb2cf50c3b00e2b64c555aedfabfefb7257bd5
parentc0de8badab701a41d18808cbe16ff0b2efc4d7bd (diff)
Bump memmap2 from 0.5.10 to 0.7.1 (#213)
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.10 to 0.7.1. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.10...v0.7.1) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ed27096..dc47781 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -416,9 +416,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
-version = "0.5.10"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
+checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
dependencies = [
"libc",
]
diff --git a/Cargo.toml b/Cargo.toml
index d59a6ca..06d9a49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ categories = ["command-line-utilities", "text-processing", "development-tools"]
regex = "1.9.3"
rayon = "1.7.0"
unescape = "0.1.0"
-memmap2 = "0.5.10"
+memmap2 = "0.7.1"
tempfile = "3.8.0"
thiserror = "1.0.47"
globwalk = "0.8.1"