1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-08 07:46:19 +02:00

Merge pull request #1479 from containers/dependabot/cargo/nom-7.1.3

chore(deps): bump nom from 7.1.2 to 7.1.3
This commit is contained in:
Thomas Schubart 2023-01-16 21:27:44 +01:00 committed by GitHub
commit a8b077833a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1890,9 +1890,9 @@ checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
[[package]]
name = "nom"
version = "7.1.2"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",