Skip to content

Commit 11c7ac2

Browse files
fix(deps): update rust crate tokio-tfo to 0.4
1 parent fa9aad3 commit 11c7ac2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ blake3 = "1.5"
9595
shadowsocks-crypto = { version = "0.6.0", default-features = false }
9696

9797
[target.'cfg(any(windows, target_os = "linux", target_os = "android", target_os = "freebsd", target_os = "macos", target_os = "ios", target_os = "watchos", target_os = "tvos"))'.dependencies]
98-
tokio-tfo = "0.3"
98+
tokio-tfo = "0.4"
9999

100100
[target.'cfg(windows)'.dependencies]
101101
windows-sys = { version = "0.60", features = [

0 commit comments

Comments
 (0)