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:
parent
ba7c53ae5a
commit
d26c596a4c
2 changed files with 3 additions and 3 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue