Skip to content

Commit 099dd6d

Browse files
fix(deps): update rust crate etherparse to 0.17
1 parent 79ad390 commit 099dd6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ brotli = { version = "7.0", optional = true }
195195
zstd = { version = "0.13", optional = true }
196196

197197
tun = { version = "0.7", optional = true, features = ["async"] }
198-
etherparse = { version = "0.16", optional = true }
198+
etherparse = { version = "0.17", optional = true }
199199
smoltcp = { version = "0.12", optional = true, default-features = false, features = [
200200
"std",
201201
"log",

0 commit comments

Comments
 (0)