mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 21:30:47 +00:00
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:
commit
b93e71e9bb
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -282,9 +282,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "console"
|
name = "console"
|
||||||
version = "0.15.3"
|
version = "0.15.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c"
|
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"encode_unicode",
|
"encode_unicode",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -22,7 +22,7 @@ reqwest = "0.11.12"
|
|||||||
tar = "0.4.37"
|
tar = "0.4.37"
|
||||||
zip = "0.6.3"
|
zip = "0.6.3"
|
||||||
xz2 = "0.1.6"
|
xz2 = "0.1.6"
|
||||||
console = "0.15.1"
|
console = "0.15.4"
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user