mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
Bump sysexits from 0.3.4 to 0.4.0 (#1073)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2362,9 +2362,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sysexits"
|
||||
version = "0.3.4"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "913b6c9c3fdc55ec78e76e281706cecfe0cfb4ba07545cbce8342ed943dcfa72"
|
||||
checksum = "bcd4eff4cf271fec7d946fbe865aac5eb005e0d42d57db4cad420b6f5bcf743d"
|
||||
|
||||
[[package]]
|
||||
name = "tcmalloc"
|
||||
|
||||
@@ -147,7 +147,7 @@ base64 = "0.13"
|
||||
clap = { version = "4.0", features = ["wrap_help", "suggestions"] }
|
||||
cfg-if = "1"
|
||||
qrcode = { version = "0.12", default-features = false, optional = true }
|
||||
sysexits = "0.3"
|
||||
sysexits = "0.4"
|
||||
build-time = "0.1"
|
||||
directories = "4.0"
|
||||
xdg = "2.4"
|
||||
|
||||
Reference in New Issue
Block a user