Skip to content

Commit

Permalink
fix(deps): update rust crate etherparse to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 79ad390 commit 099dd6d
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 crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ brotli = { version = "7.0", optional = true }
zstd = { version = "0.13", optional = true }

tun = { version = "0.7", optional = true, features = ["async"] }
etherparse = { version = "0.16", optional = true }
etherparse = { version = "0.17", optional = true }
smoltcp = { version = "0.12", optional = true, default-features = false, features = [
"std",
"log",
Expand Down

0 comments on commit 099dd6d

Please sign in to comment.