Merge pull request #512 from AleoHQ/dependabot/cargo/console-0.14.0

Bump console from 0.13.0 to 0.14.0
This commit is contained in:
Howard Wu 2020-12-30 11:35:35 -04:00 committed by GitHub
commit fd6a041fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -380,9 +380,9 @@ dependencies = [
[[package]]
name = "console"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
dependencies = [
"encode_unicode",
"lazy_static",
@ -391,7 +391,6 @@ dependencies = [
"terminal_size",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
]
[[package]]

View File

@ -101,7 +101,7 @@ version = "2.0"
version = "3.0.1"
[dependencies.console]
version = "0.13.0"
version = "0.14.0"
[dependencies.from-pest]
version = "0.3.1"