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

Merge pull request #3358 from uutils/dependabot/cargo/nom-7.1.1

build(deps): bump nom from 7.1.0 to 7.1.1
This commit is contained in:
Sylvestre Ledru 2022-04-13 23:21:38 +02:00 committed by GitHub
commit 7967017086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -1204,13 +1204,12 @@ dependencies = [
[[package]]
name = "nom"
version = "7.1.0"
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr 2.4.1",
"minimal-lexical",
"version_check",
]
[[package]]

View file

@ -15,7 +15,7 @@ edition = "2021"
path = "src/tr.rs"
[dependencies]
nom = "7.1.0"
nom = "7.1.1"
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }