build(deps): bump rpassword from 7.2.0 to 7.3.1 (#34036)

* build(deps): bump rpassword from 7.2.0 to 7.3.1

Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/conradkleinespel/rpassword/releases)
- [Commits](https://github.com/conradkleinespel/rpassword/compare/v7.2.0...v7.3.1)

---
updated-dependencies:
- dependency-name: rpassword
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2023-11-13 14:24:46 +00:00 committed by GitHub
parent 4e35e2dce5
commit 443989f329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@ -4586,13 +4586,13 @@ dependencies = [
[[package]]
name = "rpassword"
version = "7.2.0"
version = "7.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
dependencies = [
"libc",
"rtoolbox",
"winapi 0.3.9",
"windows-sys 0.48.0",
]
[[package]]

View File

@ -283,7 +283,7 @@ reed-solomon-erasure = "6.0.0"
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false }
rolling-file = "0.2.0"
rpassword = "7.2"
rpassword = "7.3"
rustc_version = "0.4"
rustls = { version = "0.21.8", default-features = false, features = ["quic"] }
rustversion = "1.0.14"

View File

@ -4080,13 +4080,13 @@ dependencies = [
[[package]]
name = "rpassword"
version = "7.2.0"
version = "7.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
dependencies = [
"libc",
"rtoolbox",
"winapi 0.3.9",
"windows-sys 0.48.0",
]
[[package]]