mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
chore(deps): update rust crate nom to 7.1.3
This commit is contained in:
parent
74b54074e1
commit
4418952409
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1359,9 +1359,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nom"
|
name = "nom"
|
||||||
version = "7.1.1"
|
version = "7.1.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"minimal-lexical",
|
"minimal-lexical",
|
||||||
|
|
|
@ -293,7 +293,7 @@ libc = "0.2.139"
|
||||||
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
|
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
|
||||||
memchr = "2"
|
memchr = "2"
|
||||||
nix = { version="0.26", default-features=false }
|
nix = { version="0.26", default-features=false }
|
||||||
nom = "7.1.1"
|
nom = "7.1.3"
|
||||||
notify = { version = "=5.0.0", features=["macos_kqueue"]}
|
notify = { version = "=5.0.0", features=["macos_kqueue"]}
|
||||||
num_cpus = "1.14"
|
num_cpus = "1.14"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue