Merge pull request #1966 from AleoHQ/dependabot/cargo/testnet3/console-0.15.1

Bump console from 0.15.0 to 0.15.1
This commit is contained in:
d0cd 2022-07-28 06:52:54 -07:00 committed by GitHub
commit f348dd7156
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

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

View File

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