Bump console from 0.15.2 to 0.15.4 (#2226)

This commit is contained in:
dependabot[bot] 2023-01-03 23:10:52 -08:00 committed by GitHub
parent b3985af256
commit 1ccdb3311f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 15 deletions

17
Cargo.lock generated
View File

@ -497,16 +497,15 @@ dependencies = [
[[package]]
name = "console"
version = "0.15.2"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"terminal_size",
"unicode-width",
"winapi",
"windows-sys 0.42.0",
]
[[package]]
@ -3046,16 +3045,6 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "termtree"
version = "0.4.0"

View File

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