mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 19:37:51 +03:00
console 0.13
This commit is contained in:
parent
1c818cb091
commit
14ac8fb484
3 changed files with 4 additions and 14 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -430,16 +430,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "console"
|
name = "console"
|
||||||
version = "0.12.0"
|
version = "0.13.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c0b1aacfaffdbff75be81c15a399b4bedf78aaefe840e8af1d299ac2ade885d2"
|
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"encode_unicode",
|
"encode_unicode",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"regex",
|
"regex",
|
||||||
"terminal_size",
|
"terminal_size",
|
||||||
"termios",
|
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
"winapi",
|
"winapi",
|
||||||
"winapi-util",
|
"winapi-util",
|
||||||
|
@ -2172,15 +2171,6 @@ dependencies = [
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "termios"
|
|
||||||
version = "0.3.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
|
|
||||||
dependencies = [
|
|
||||||
"libc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "textwrap"
|
name = "textwrap"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
|
|
|
@ -70,7 +70,7 @@ futures = { version = "0.3", optional = true }
|
||||||
pin-project = "0.4.21"
|
pin-project = "0.4.21"
|
||||||
|
|
||||||
# Common CLI dependencies
|
# Common CLI dependencies
|
||||||
console = { version = "0.12", optional = true }
|
console = { version = "0.13", optional = true }
|
||||||
dirs = { version = "3.0.1", optional = true }
|
dirs = { version = "3.0.1", optional = true }
|
||||||
pinentry = { version = "0.2", optional = true }
|
pinentry = { version = "0.2", optional = true }
|
||||||
rpassword = { version = "5", optional = true }
|
rpassword = { version = "5", optional = true }
|
||||||
|
|
|
@ -45,7 +45,7 @@ maintenance = { status = "experimental" }
|
||||||
# rage and rage-keygen dependencies
|
# rage and rage-keygen dependencies
|
||||||
age = { version = "0.4.0", path = "../age", features = ["armor", "cli-common"] }
|
age = { version = "0.4.0", path = "../age", features = ["armor", "cli-common"] }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
console = "0.12"
|
console = "0.13"
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
gumdrop = "0.8"
|
gumdrop = "0.8"
|
||||||
i18n-embed = { version = "0.8", features = ["desktop-requester", "fluent-system"] }
|
i18n-embed = { version = "0.8", features = ["desktop-requester", "fluent-system"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue