Skip to content

Commit

Permalink
fix(deps): update rust crate tun2 to v4 (#1738)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent d53b76f commit adaf85a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ flate2 = { version = "1.0", optional = true }
brotli = { version = "7.0", optional = true }
zstd = { version = "0.13", optional = true }

tun2 = { version = "3.1", optional = true, default-features = false, features = [
tun2 = { version = "4.0", optional = true, default-features = false, features = [
"async",
] }
etherparse = { version = "0.16", optional = true }
Expand Down

0 comments on commit adaf85a

Please sign in to comment.