1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-20 12:11:08 +00:00

fix(deps): update rust crate memmap2 to 0.7

This commit is contained in:
renovate[bot] 2023-06-08 11:02:36 +00:00 committed by GitHub
parent ba7c53ae5a
commit d26c596a4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ path = "src/tac.rs"
[dependencies]
memchr = { workspace = true }
memmap2 = "0.6"
memmap2 = "0.7"
regex = { workspace = true }
clap = { workspace = true }
uucore = { workspace = true }