mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-08 17:49:17 +08:00
fix(deps): update rust crate sysexits to 0.11
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3459,9 +3459,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sysexits"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bf9154bb31a0b747e214520c60cb9a842df871bf6a5fea5be4352b59d6c432ab"
|
||||
checksum = "9f3613ad1bd92252ed318c3b30812e739b6574b2adb7e8656b07e3a1793a2397"
|
||||
|
||||
[[package]]
|
||||
name = "syslog-tracing"
|
||||
|
||||
@@ -230,7 +230,7 @@ base64 = "0.22"
|
||||
clap = { version = "4.5", features = ["wrap_help", "suggestions"] }
|
||||
cfg-if = "1"
|
||||
qrcode = { version = "0.14", default-features = false, optional = true }
|
||||
sysexits = "0.10"
|
||||
sysexits = "0.11"
|
||||
build-time = "0.1"
|
||||
directories = "6.0"
|
||||
rpassword = "7.3"
|
||||
|
||||
Reference in New Issue
Block a user