Bump rpassword from 7.0.0 to 7.1.0 (#1146)

Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/conradkleinespel/rpassword/releases)
- [Commits](https://github.com/conradkleinespel/rpassword/compare/v7.0.0...v7.1.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 07:52:59 +10:00 committed by GitHub
parent d83dcce162
commit 9a87fdda1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -2225,7 +2225,7 @@ dependencies = [
"kanidm_proto", "kanidm_proto",
"libc", "libc",
"qrcode", "qrcode",
"rpassword 7.0.0", "rpassword 7.1.0",
"serde", "serde",
"serde_json", "serde_json",
"shellexpand", "shellexpand",
@ -2258,7 +2258,7 @@ dependencies = [
"r2d2", "r2d2",
"r2d2_sqlite", "r2d2_sqlite",
"reqwest", "reqwest",
"rpassword 7.0.0", "rpassword 7.1.0",
"rusqlite", "rusqlite",
"serde", "serde",
"serde_json", "serde_json",
@ -3534,9 +3534,9 @@ dependencies = [
[[package]] [[package]]
name = "rpassword" name = "rpassword"
version = "7.0.0" version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680" checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"
dependencies = [ dependencies = [
"libc", "libc",
"winapi", "winapi",

View file

@ -96,7 +96,7 @@ r2d2_sqlite = "^0.21.0"
rand = "^0.8.5" rand = "^0.8.5"
regex = "1.5.6" regex = "1.5.6"
reqwest = "0.11.11" reqwest = "0.11.11"
rpassword = "^7.0.0" rpassword = "^7.1.0"
rusqlite = "^0.28.0" rusqlite = "^0.28.0"
saffron = "^0.1.0" saffron = "^0.1.0"
serde = "^1.0.142" serde = "^1.0.142"