From 98b95a52ed94afafdb224498c5b6aa33b9c34725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:23:50 +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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b43783..e4213a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2747,13 +2747,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 af3e0f5..207433d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ protobuf = "3.3.0" rayon = "1.7.0" regex = "1.9.3" reqwest = { version = "0.12.22", features = ["json", "blocking", "multipart"] } -rpassword = "7.2.0" +rpassword = "7.5.0" sentry = "0.46" sentry-anyhow = "0.46" serde = { version = "1.0.147", features = ["derive"] }