mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
bump nom to 8.0.0
This commit is contained in:
parent
344cac1ef4
commit
45afe21630
3 changed files with 21 additions and 3 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -117,7 +117,7 @@ dependencies = [
|
|||
"id_tree",
|
||||
"inflections",
|
||||
"itertools 0.14.0",
|
||||
"nom",
|
||||
"nom 8.0.0",
|
||||
"num_cpus",
|
||||
"num_enum",
|
||||
"once_cell",
|
||||
|
|
@ -4117,6 +4117,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 = "normpath"
|
||||
version = "1.3.0"
|
||||
|
|
@ -6258,7 +6267,7 @@ dependencies = [
|
|||
"bytesize",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"nom",
|
||||
"nom 7.1.3",
|
||||
"time",
|
||||
"winapi",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ junction = "1.2.0"
|
|||
libc = "0.2"
|
||||
libc-stdhandle = "0.1"
|
||||
maplit = "1.0.2"
|
||||
nom = "7.1.3"
|
||||
nom = "8.0.0"
|
||||
num-format = "0.4.4"
|
||||
num_cpus = "1.17.0"
|
||||
num_enum = "0.7.3"
|
||||
|
|
|
|||
|
|
@ -2645,6 +2645,15 @@
|
|||
"license_file": null,
|
||||
"description": "A byte-oriented, zero-copy, parser combinators library"
|
||||
},
|
||||
{
|
||||
"name": "nom",
|
||||
"version": "8.0.0",
|
||||
"authors": "contact@geoffroycouprie.com",
|
||||
"repository": "https://github.com/rust-bakery/nom",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "A byte-oriented, zero-copy, parser combinators library"
|
||||
},
|
||||
{
|
||||
"name": "ntapi",
|
||||
"version": "0.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue