Merge pull request #132 from esp-rs/dependabot/cargo/console-0.15.4

build(deps): bump console from 0.15.3 to 0.15.4
This commit is contained in:
Sergio Gasquez Arcos 2023-01-10 09:09:15 +01:00 committed by GitHub
commit b93e71e9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -282,9 +282,9 @@ dependencies = [
[[package]]
name = "console"
version = "0.15.3"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c"
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
dependencies = [
"encode_unicode",
"lazy_static",

View File

@ -22,7 +22,7 @@ reqwest = "0.11.12"
tar = "0.4.37"
zip = "0.6.3"
xz2 = "0.1.6"
console = "0.15.1"
console = "0.15.4"
tempfile = "3.3.0"
log = "0.4.17"
env_logger = "0.10.0"