mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore(deps): bump rpassword from 7.2.0 to 7.3.1 (#1354)
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -2190,13 +2190,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",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -176,7 +176,7 @@ sysexits = "0.7"
|
||||
build-time = "0.1"
|
||||
directories = "5.0"
|
||||
xdg = "2.5"
|
||||
rpassword = "7.0"
|
||||
rpassword = "7.3"
|
||||
libc = { version = "0.2", features = ["extra_traits"] }
|
||||
rand = "0.8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user