Skip to content

Commit

Permalink
Update Cargo.toml (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <[email protected]>
  • Loading branch information
ibigbug authored Nov 7, 2023
1 parent 24a26d0 commit a4a0d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tracing-oslog = "0.1"
tracing-appender = "0.2.2"


shadowsocks = { git = "https://github.com/Watfaq/shadowsocks-rust.git", optional = true, features=["aead-cipher-2022"], rev = "2021741" }
shadowsocks = { version = "1.17.0", 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 a4a0d11

Please sign in to comment.