build(deps): upgrade nom to v8 (#1048)

This commit is contained in:
Paolo Barbolini
2025-02-22 08:36:56 +01:00
committed by GitHub
parent 655cd8a140
commit f0b8052a52
3 changed files with 25 additions and 12 deletions

13
Cargo.lock generated
View File

@@ -380,7 +380,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
"nom 7.1.3",
]
[[package]]
@@ -1211,7 +1211,7 @@ dependencies = [
"maud",
"mime",
"native-tls",
"nom",
"nom 8.0.0",
"percent-encoding",
"pretty_assertions",
"quoted_printable",
@@ -1368,6 +1368,15 @@ dependencies = [
"minimal-lexical",
]
[[package]]
name = "nom"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
dependencies = [
"memchr",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"