Merge pull request #269 from rustic-rs/dependabot/cargo/rpassword-7.1.0

build(deps): bump rpassword from 7.0.0 to 7.1.0
This commit is contained in:
aawsome 2022-10-21 14:37:45 +02:00 committed by GitHub
commit 73c22c1069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1513,9 +1513,9 @@ dependencies = [
[[package]]
name = "rpassword"
version = "7.0.0"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680"
checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"
dependencies = [
"libc",
"winapi",