Skip to content

Commit

Permalink
Bump shadowsocks from 1.17.1 to 1.17.2 (#278)
Browse files Browse the repository at this point in the history
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](shadowsocks/shadowsocks-rust@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 0dda0eb commit 8d0ef46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8d0ef46

Please sign in to comment.