diff --git a/Cargo.lock b/Cargo.lock index 94ddfb9a2..562cedaa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4900,9 +4900,9 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.19.0" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c300011bca0d4ace3b998c31a025f5cb4b403e4caa40301760e43a42defbc1" +checksum = "51fa6f002adf82171d1de0308bcbf31ecd1d66f5ce70357e285aa21c07a32db3" dependencies = [ "aes", "arc-swap", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 41b48880d..e3d362d28 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -103,7 +103,7 @@ tracing-oslog = { branch = "main", git = "https://github.com/Absolucy/tracing-os tracing-appender = "0.2.3" -shadowsocks = { version = "1.19.0", optional = true, features=["aead-cipher-2022"] } +shadowsocks = { version = "1.19.1", optional = true, features=["aead-cipher-2022"] } maxminddb = "0.24.0" public-suffix = "0.1.0" murmur3 = "0.5.2"