Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed May 12, 2024
1 parent 932a4cf commit 3dcadae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ shadowsocks-crypto = { version = "0.5.4", features = ["ring"] }
shadowsocks-crypto = { version = "0.5.4", features = [] }

[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]
tokio-tfo = "0.2.0"
tokio-tfo = "0.3"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = [
Expand Down

0 comments on commit 3dcadae

Please sign in to comment.