Skip to content

Commit

Permalink
Bump shadowsocks from 1.17.0 to 1.17.1 (#195)
Browse files Browse the repository at this point in the history
Bumps [shadowsocks](https://github.com/shadowsocks/shadowsocks-rust) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/shadowsocks/shadowsocks-rust/releases)
- [Commits](shadowsocks/shadowsocks-rust@v1.17.0...v1.17.1)

---
updated-dependencies:
- dependency-name: shadowsocks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 9e0ec0e commit 68bec17
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 36 deletions.
136 changes: 101 additions & 35 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 @@ -92,7 +92,7 @@ tracing-oslog = "0.1"
tracing-appender = "0.2.3"


shadowsocks = { version = "1.17.0", optional = true, features=["aead-cipher-2022"] }
shadowsocks = { version = "1.17.1", optional = true, features=["aead-cipher-2022"] }
maxminddb = "0.23.0"
public-suffix = "0.1.0"
murmur3 = "0.5.2"
Expand Down

0 comments on commit 68bec17

Please sign in to comment.