1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #4961 from uutils/renovate/memmap2-0.x

fix(deps): update rust crate memmap2 to 0.7
This commit is contained in:
Daniel Hofstetter 2023-06-08 13:59:02 +02:00 committed by GitHub
commit 497a8961da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1405,9 +1405,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]] [[package]]
name = "memmap2" name = "memmap2"
version = "0.6.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9ff02d2efdc645fca1ee55f45545b996e7da776b5b60c4e170334457551693" checksum = "180d4b35be83d33392d1d1bfbd2ae1eca7ff5de1a94d3fc87faaa99a069e7cbd"
dependencies = [ dependencies = [
"libc", "libc",
] ]

View file

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