chore: bump console from 0.14.1 to 0.15.0 (#20817)
* chore: bump console from 0.14.1 to 0.15.0 Bumps [console](https://github.com/mitsuhiko/console) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.14.1...v0.15.0) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
aead16496d
commit
d1d4d687af
|
@ -750,21 +750,6 @@ dependencies = [
|
||||||
"unreachable",
|
"unreachable",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "console"
|
|
||||||
version = "0.14.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
|
||||||
dependencies = [
|
|
||||||
"encode_unicode",
|
|
||||||
"lazy_static",
|
|
||||||
"libc",
|
|
||||||
"regex",
|
|
||||||
"terminal_size",
|
|
||||||
"unicode-width",
|
|
||||||
"winapi 0.3.9",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "console"
|
name = "console"
|
||||||
version = "0.15.0"
|
version = "0.15.0"
|
||||||
|
@ -1087,7 +1072,7 @@ version = "0.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console 0.15.0",
|
"console",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"zeroize",
|
"zeroize",
|
||||||
|
@ -2031,7 +2016,7 @@ version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console 0.15.0",
|
"console",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"number_prefix",
|
"number_prefix",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -4486,7 +4471,7 @@ dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"bs58 0.4.0",
|
"bs58 0.4.0",
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"const_format",
|
"const_format",
|
||||||
"criterion-stats",
|
"criterion-stats",
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
|
@ -4541,7 +4526,7 @@ dependencies = [
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"humantime",
|
"humantime",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -4723,7 +4708,7 @@ dependencies = [
|
||||||
name = "solana-download-utils"
|
name = "solana-download-utils"
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
|
@ -4915,7 +4900,7 @@ dependencies = [
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
"dirs-next",
|
"dirs-next",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
|
@ -5372,7 +5357,7 @@ name = "solana-remote-wallet"
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base32",
|
"base32",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"dialoguer",
|
"dialoguer",
|
||||||
"hidapi",
|
"hidapi",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
|
@ -5742,7 +5727,7 @@ dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"csv",
|
"csv",
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
|
@ -5805,7 +5790,7 @@ version = "1.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"core_affinity",
|
"core_affinity",
|
||||||
"fd-lock",
|
"fd-lock",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
|
|
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-cli-output"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
chrono = { version = "0.4.11", features = ["serde"] }
|
chrono = { version = "0.4.11", features = ["serde"] }
|
||||||
clap = "2.33.0"
|
clap = "2.33.0"
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
humantime = "2.0.1"
|
humantime = "2.0.1"
|
||||||
Inflector = "0.11.4"
|
Inflector = "0.11.4"
|
||||||
indicatif = "0.16.2"
|
indicatif = "0.16.2"
|
||||||
|
|
|
@ -15,7 +15,7 @@ bs58 = "0.4.0"
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
criterion-stats = "0.3.0"
|
criterion-stats = "0.3.0"
|
||||||
ctrlc = { version = "3.2.1", features = ["termination"] }
|
ctrlc = { version = "3.2.1", features = ["termination"] }
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
const_format = "0.2.22"
|
const_format = "0.2.22"
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
humantime = "2.0.1"
|
humantime = "2.0.1"
|
||||||
|
|
|
@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-download-utils"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
indicatif = "0.16.2"
|
indicatif = "0.16.2"
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
||||||
|
|
|
@ -15,7 +15,7 @@ bincode = "1.3.3"
|
||||||
bzip2 = "0.4.3"
|
bzip2 = "0.4.3"
|
||||||
chrono = { version = "0.4.11", features = ["serde"] }
|
chrono = { version = "0.4.11", features = ["serde"] }
|
||||||
clap = { version = "2.33.1" }
|
clap = { version = "2.33.1" }
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
ctrlc = { version = "3.2.1", features = ["termination"] }
|
ctrlc = { version = "3.2.1", features = ["termination"] }
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
indicatif = "0.16.2"
|
indicatif = "0.16.2"
|
||||||
|
|
|
@ -435,21 +435,6 @@ dependencies = [
|
||||||
"unreachable",
|
"unreachable",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "console"
|
|
||||||
version = "0.14.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
|
||||||
dependencies = [
|
|
||||||
"encode_unicode",
|
|
||||||
"lazy_static",
|
|
||||||
"libc",
|
|
||||||
"regex",
|
|
||||||
"terminal_size",
|
|
||||||
"unicode-width",
|
|
||||||
"winapi",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "console"
|
name = "console"
|
||||||
version = "0.15.0"
|
version = "0.15.0"
|
||||||
|
@ -641,7 +626,7 @@ version = "0.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console 0.15.0",
|
"console",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"zeroize",
|
"zeroize",
|
||||||
|
@ -1279,7 +1264,7 @@ version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"number_prefix",
|
"number_prefix",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -2885,7 +2870,7 @@ dependencies = [
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"humantime",
|
"humantime",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -3235,7 +3220,7 @@ name = "solana-remote-wallet"
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base32",
|
"base32",
|
||||||
"console 0.14.1",
|
"console",
|
||||||
"dialoguer",
|
"dialoguer",
|
||||||
"hidapi",
|
"hidapi",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-remote-wallet"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base32 = "0.4.0"
|
base32 = "0.4.0"
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
dialoguer = "0.9.0"
|
dialoguer = "0.9.0"
|
||||||
hidapi = { version = "1.2.6", default-features = false }
|
hidapi = { version = "1.2.6", default-features = false }
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
|
|
|
@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-tokens"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
clap = "2.33.0"
|
clap = "2.33.0"
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
csv = "1.1.6"
|
csv = "1.1.6"
|
||||||
ctrlc = { version = "3.2.1", features = ["termination"] }
|
ctrlc = { version = "3.2.1", features = ["termination"] }
|
||||||
indexmap = "1.7.0"
|
indexmap = "1.7.0"
|
||||||
|
|
|
@ -13,7 +13,7 @@ default-run = "solana-validator"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.11", features = ["serde"] }
|
chrono = { version = "0.4.11", features = ["serde"] }
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
console = "0.14.1"
|
console = "0.15.0"
|
||||||
core_affinity = "0.5.10"
|
core_affinity = "0.5.10"
|
||||||
fd-lock = "3.0.0"
|
fd-lock = "3.0.0"
|
||||||
indicatif = "0.16.2"
|
indicatif = "0.16.2"
|
||||||
|
|
Loading…
Reference in New Issue