1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #4605 from uutils/renovate/nom-7.x

chore(deps): update rust crate nom to 7.1.3
This commit is contained in:
Daniel Hofstetter 2023-03-28 07:51:35 +02:00 committed by GitHub
commit e9b4aebc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -293,7 +293,7 @@ libc = "0.2.139"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
memchr = "2"
nix = { version="0.26", default-features=false }
nom = "7.1.1"
nom = "7.1.3"
notify = { version = "=5.0.0", features=["macos_kqueue"]}
num_cpus = "1.14"
num-bigint = "0.4.3"