From 8d0ef461b3013e15a1a60f8797c8937d45f5c9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:16:00 +0000 Subject: [PATCH] Bump shadowsocks from 1.17.1 to 1.17.2 (#278) Bumps [shadowsocks](https://github.com/shadowsocks/shadowsocks-rust) from 1.17.1 to 1.17.2. - [Release notes](https://github.com/shadowsocks/shadowsocks-rust/releases) - [Commits](https://github.com/shadowsocks/shadowsocks-rust/compare/v1.17.1...v1.17.2) --- updated-dependencies: - dependency-name: shadowsocks dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f01bec27a..6bdecf1db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4711,9 +4711,9 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f24d99bb979b3f559f5ff560e2e7347b5d531ccf72a2bcdaeadb8007ea96989d" +checksum = "91c7ad4d8430f259c6399dff1db3f04fa4d69e6e60fd11febd430b153d5e9577" dependencies = [ "aes", "arc-swap", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 6aa85f260..1a46c5a9b 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -98,7 +98,7 @@ tracing-oslog = "0.1" tracing-appender = "0.2.3" -shadowsocks = { version = "1.17.1", optional = true, features=["aead-cipher-2022"] } +shadowsocks = { version = "1.17.2", optional = true, features=["aead-cipher-2022"] } maxminddb = "0.24.0" public-suffix = "0.1.0" murmur3 = "0.5.2"