Skip to content

Commit

Permalink
build(deps): bump shadowsocks from 1.19.0 to 1.19.1 (#457)
Browse files Browse the repository at this point in the history
Bumps [shadowsocks](https://github.com/shadowsocks/shadowsocks-rust) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/shadowsocks/shadowsocks-rust/releases)
- [Commits](shadowsocks/shadowsocks-rust@v1.19.0...v1.19.1)

---
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 Jun 13, 2024
1 parent ab3c8f4 commit eabc0f3
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 @@ -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"
Expand Down

0 comments on commit eabc0f3

Please sign in to comment.