Merge pull request #2103 from AleoHQ/dependabot/cargo/testnet3/console-0.15.2

Bump console from 0.15.1 to 0.15.2
This commit is contained in:
d0cd 2022-09-29 05:03:48 -07:00 committed by GitHub
commit e63a9d4f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -500,13 +500,13 @@ dependencies = [
[[package]]
name = "console"
version = "0.15.1"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"once_cell",
"terminal_size",
"unicode-width",
"winapi",

View File

@ -87,7 +87,7 @@ version = "0.5.1"
version = "2.0"
[dependencies.console]
version = "0.15.1"
version = "0.15.2"
[dependencies.dirs]
version = "4.0.0"