1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

chore(deps): update rust crate memmap2 to 0.9.4

This commit is contained in:
renovate[bot] 2024-05-01 15:57:19 +00:00 committed by GitHub
parent 2b17d17959
commit ea8ed7adf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -294,7 +294,7 @@ lscolors = { version = "0.16.0", default-features = false, features = [
"gnu_legacy",
] }
memchr = "2.7.2"
memmap2 = "0.9"
memmap2 = "0.9.4"
nix = { version = "0.28", default-features = false }
nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }