Bump rpassword from 7.1.0 to 7.2.0 (#1233)

Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/conradkleinespel/rpassword/releases)
- [Commits](https://github.com/conradkleinespel/rpassword/compare/v7.1.0...v7.2.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-11-28 08:16:51 +10:00 committed by GitHub
parent 883aa5d5cb
commit 816d98f156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

19
Cargo.lock generated
View file

@ -2311,7 +2311,7 @@ dependencies = [
"kanidm_proto", "kanidm_proto",
"libc", "libc",
"qrcode", "qrcode",
"rpassword 7.1.0", "rpassword 7.2.0",
"serde", "serde",
"serde_json", "serde_json",
"shellexpand", "shellexpand",
@ -2344,7 +2344,7 @@ dependencies = [
"r2d2", "r2d2",
"r2d2_sqlite", "r2d2_sqlite",
"reqwest", "reqwest",
"rpassword 7.1.0", "rpassword 7.2.0",
"rusqlite", "rusqlite",
"serde", "serde",
"serde_json", "serde_json",
@ -3657,9 +3657,20 @@ dependencies = [
[[package]] [[package]]
name = "rpassword" name = "rpassword"
version = "7.1.0" version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5" checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
dependencies = [
"libc",
"rtoolbox",
"winapi",
]
[[package]]
name = "rtoolbox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
dependencies = [ dependencies = [
"libc", "libc",
"winapi", "winapi",

View file

@ -111,7 +111,7 @@ r2d2_sqlite = "^0.21.0"
rand = "^0.8.5" rand = "^0.8.5"
regex = "1.7.0" regex = "1.7.0"
reqwest = { version = "0.11.13", default-features = false, features=["cookies", "json", "gzip", "native-tls"] } reqwest = { version = "0.11.13", default-features = false, features=["cookies", "json", "gzip", "native-tls"] }
rpassword = "^7.1.0" rpassword = "^7.2.0"
rusqlite = "^0.28.0" rusqlite = "^0.28.0"
saffron = "^0.1.0" saffron = "^0.1.0"
serde = "^1.0.147" serde = "^1.0.147"