1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

chore(deps): update rust crate memmap2 to 0.8

This commit is contained in:
renovate[bot] 2023-09-25 01:21:46 +00:00 committed by GitHub
parent 31d32e3ee2
commit 3da5809910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -292,7 +292,7 @@ lscolors = { version = "0.15.0", default-features = false, features = [
"nu-ansi-term",
] }
memchr = "2"
memmap2 = "0.7"
memmap2 = "0.8"
nix = { version = "0.27", default-features = false }
nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }