summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFaidon Liambotis <paravoid@debian.org>2024-01-09 12:53:00 +0200
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-16 16:30:10 -0500
commit06ff8b55b70fda44d91b31b5511fafd1680a8934 (patch)
treec005671b4521b04843284f37f162e35b2a49568d /Cargo.lock
parentf5baaf48e3e82b1caf9f5cd1207d4d6feba3a2e5 (diff)
rust: bump rpassword to v7.x
Including a tiny API change. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 14 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3e7eea92..cf561fb7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -536,12 +536,23 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "rpassword"
-version = "4.0.5"
+version = "7.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
+checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
dependencies = [
"libc",
- "winapi",
+ "rtoolbox",
+ "windows-sys 0.48.0",
+]
+
+[[package]]
+name = "rtoolbox"
+version = "0.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
+dependencies = [
+ "libc",
+ "windows-sys 0.48.0",
]
[[package]]