From d0f40aa534ec6e8679cd4a3ab9e01196fbd72aed Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 13 Jun 2023 23:34:21 +0000 Subject: [PATCH] `rpassword 7` --- Cargo.lock | 17 +++++++++++++---- age/Cargo.toml | 2 +- supply-chain/config.toml | 12 ++++++++---- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2eb6070..f2013f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/age/Cargo.toml b/age/Cargo.toml index 3409d12..819c515 100644 --- a/age/Cargo.toml +++ b/age/Cargo.toml @@ -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 diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 40a1dad..ffcc628 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -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"