Skip to content

Commit

Permalink
Merge pull request #4961 from uutils/renovate/memmap2-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate memmap2 to 0.7
  • Loading branch information
cakebaker authored Jun 8, 2023
2 parents a3a1154 + d26c596 commit 497a896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uu/tac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 497a896

Please sign in to comment.