Merge pull request #397 from AleoHQ/dependabot/cargo/console-0.13.0

Bump console from 0.12.0 to 0.13.0
This commit is contained in:
Collin Chin 2020-10-22 00:01:35 -07:00 committed by GitHub
commit b190752a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 13 deletions

14
Cargo.lock generated
View File

@ -381,16 +381,15 @@ dependencies = [
[[package]]
name = "console"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0b1aacfaffdbff75be81c15a399b4bedf78aaefe840e8af1d299ac2ade885d2"
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"termios",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
@ -2663,15 +2662,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "termios"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
dependencies = [
"libc",
]
[[package]]
name = "textwrap"
version = "0.11.0"

View File

@ -94,7 +94,7 @@ version = "2.0"
version = "3.0.1"
[dependencies.console]
version = "0.12.0"
version = "0.13.0"
[dependencies.dotenv]
version = "0.15.0"