mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
rpassword 7
This commit is contained in:
parent
f2731ecc43
commit
d0f40aa534
3 changed files with 22 additions and 9 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -2118,13 +2118,12 @@ checksum = "e33e4fb37ba46888052c763e4ec2acfedd8f00f62897b630cadb6298b833675e"
|
|||
|
||||
[[package]]
|
||||
name = "rpassword"
|
||||
version = "6.0.1"
|
||||
version = "7.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
|
||||
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"rtoolbox",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
@ -2150,6 +2149,16 @@ dependencies = [
|
|||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rtoolbox"
|
||||
version = "0.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rust-embed"
|
||||
version = "6.7.0"
|
||||
|
|
|
@ -75,7 +75,7 @@ memchr = { version = "2.5", optional = true }
|
|||
# Common CLI dependencies
|
||||
atty = { version = "0.2", optional = true }
|
||||
console = { version = "0.15", optional = true, default-features = false }
|
||||
rpassword = { version = "6", optional = true }
|
||||
rpassword = { version = "7", optional = true }
|
||||
|
||||
[target.'cfg(any(unix, windows))'.dependencies]
|
||||
# Plugin management
|
||||
|
|
|
@ -393,7 +393,7 @@ criteria = "safe-to-run"
|
|||
|
||||
[[exemptions.itoa]]
|
||||
version = "1.0.6"
|
||||
criteria = "safe-to-deploy"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.jobserver]]
|
||||
version = "0.1.26"
|
||||
|
@ -648,13 +648,17 @@ version = "0.1.0"
|
|||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.rpassword]]
|
||||
version = "6.0.1"
|
||||
version = "7.2.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rsa]]
|
||||
version = "0.9.2"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rtoolbox]]
|
||||
version = "0.0.1"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rust-embed]]
|
||||
version = "6.7.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -673,7 +677,7 @@ criteria = "safe-to-deploy"
|
|||
|
||||
[[exemptions.ryu]]
|
||||
version = "1.0.13"
|
||||
criteria = "safe-to-deploy"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.salsa20]]
|
||||
version = "0.10.2"
|
||||
|
@ -709,7 +713,7 @@ criteria = "safe-to-deploy"
|
|||
|
||||
[[exemptions.serde_json]]
|
||||
version = "1.0.81"
|
||||
criteria = "safe-to-deploy"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.serde_spanned]]
|
||||
version = "0.6.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue