mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Merge pull request #189 from djmitche/dependabot/cargo/nom-6.1.2
Bump nom from 6.0.1 to 6.1.2
This commit is contained in:
commit
2f3ee17e0b
2 changed files with 7 additions and 6 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -864,9 +864,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|||
|
||||
[[package]]
|
||||
name = "funty"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8"
|
||||
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
||||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
|
@ -1409,11 +1409,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "6.0.1"
|
||||
version = "6.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
|
||||
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"funty",
|
||||
"lexical-core",
|
||||
"memchr",
|
||||
"version_check",
|
||||
|
@ -2223,7 +2224,7 @@ dependencies = [
|
|||
"dirs 3.0.1",
|
||||
"env_logger",
|
||||
"log",
|
||||
"nom 6.0.1",
|
||||
"nom 6.1.2",
|
||||
"predicates",
|
||||
"prettytable-rs",
|
||||
"taskchampion",
|
||||
|
|
|
@ -9,7 +9,7 @@ dirs = "^3.0.1"
|
|||
env_logger = "^0.8.3"
|
||||
anyhow = "1.0"
|
||||
log = "^0.4.14"
|
||||
nom = "^6.0.1"
|
||||
nom = "^6.1.2"
|
||||
prettytable-rs = "^0.8.0"
|
||||
textwrap = { version="^0.12.1", features=["terminal_size"] }
|
||||
termcolor = "^1.1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue