summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-02 18:00:47 -0500
committerGitHub <noreply@github.com>2023-10-02 18:00:47 -0500
commitdd93f4e270527361118122961ccebbbf2e413e0b (patch)
tree2f15ce86aca43beb13b3a0254e46f275589b4e34
parente1826671f345d6425a01348a44803e89934455bc (diff)
Bump memmap2 from 0.7.1 to 0.8.0 (#229)
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.7.1 to 0.8.0. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.8.0) --- 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 71e82ae..5cacd7a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,9 +405,9 @@ checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
[[package]]
name = "memmap2"
-version = "0.7.1"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
+checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
dependencies = [
"libc",
]
diff --git a/Cargo.toml b/Cargo.toml
index eae44d3..e22d8e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ categories = ["command-line-utilities", "text-processing", "development-tools"]
regex = "1.9.5"
rayon = "1.8.0"
unescape = "0.1.0"
-memmap2 = "0.7.1"
+memmap2 = "0.8.0"
tempfile = "3.8.0"
thiserror = "1.0.48"
globwalk = "0.8.1"