Bump nom from 6.0.1 to 6.1.2

Bumps [nom](https://github.com/Geal/nom) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/Geal/nom/releases)
- [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Geal/nom/compare/6.0.1...6.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 07:43:37 +00:00 committed by GitHub
parent 74041221e7
commit cc7f522e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

11
Cargo.lock generated
View file

@ -843,9 +843,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]] [[package]]
name = "funty" name = "funty"
version = "1.0.1" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8" checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]] [[package]]
name = "futures" name = "futures"
@ -1343,11 +1343,12 @@ dependencies = [
[[package]] [[package]]
name = "nom" name = "nom"
version = "6.0.1" version = "6.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0" checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"funty",
"lexical-core", "lexical-core",
"memchr", "memchr",
"version_check", "version_check",
@ -2148,7 +2149,7 @@ dependencies = [
"dirs 3.0.1", "dirs 3.0.1",
"env_logger", "env_logger",
"log", "log",
"nom 6.0.1", "nom 6.1.2",
"predicates", "predicates",
"prettytable-rs", "prettytable-rs",
"taskchampion", "taskchampion",

View file

@ -9,7 +9,7 @@ dirs = "^3.0.1"
env_logger = "^0.8.3" env_logger = "^0.8.3"
anyhow = "1.0" anyhow = "1.0"
log = "^0.4.14" log = "^0.4.14"
nom = "^6.0.1" nom = "^6.1.2"
prettytable-rs = "^0.8.0" prettytable-rs = "^0.8.0"
textwrap = { version="^0.12.1", features=["terminal_size"] } textwrap = { version="^0.12.1", features=["terminal_size"] }
termcolor = "^1.1.2" termcolor = "^1.1.2"