From 7655ab57dca29523cbd9799dff583ebd40d4cd3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:11:59 +0000 Subject: [PATCH] Bump rpassword from 7.4.0 to 7.5.0 Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](https://github.com/conradkleinespel/rpassword/compare/v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: rpassword dependency-version: 7.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3300280..c37c892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,7 +1185,7 @@ dependencies = [ [[package]] name = "oks" -version = "0.3.3" +version = "0.4.0" dependencies = [ "anyhow", "clap", @@ -1503,13 +1503,13 @@ dependencies = [ [[package]] name = "rpassword" -version = "7.4.0" +version = "7.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" +checksum = "f3bc4a3dd492cd6974dd3f32d6626ba9f36e5122e3df3b083474b104aebd139b" dependencies = [ "libc", "rtoolbox", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 62b5d29..e331817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ p256 = "0.13" pem-rfc7468 = { version = "1.0.0", features = ["alloc", "std"] } rand = "0.8.6" rand_core = { version = "0.6.4", features = ["std"] } -rpassword = "7.4.0" +rpassword = "7.5.0" serde = "1.0.228" serde_json = "1.0.149" serde_with = "3.18.0"