Skip to content

Commit 162cdf8

Browse files
fix(deps): update rust crate etherparse to 0.17
1 parent 1979271 commit 162cdf8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ brotli = { version = "7.0", optional = true }
181181
zstd = { version = "0.13", optional = true }
182182

183183
tun = { version = "0.7", optional = true, features = ["async"] }
184-
etherparse = { version = "0.16", optional = true }
184+
etherparse = { version = "0.17", optional = true }
185185
smoltcp = { version = "0.12", optional = true, default-features = false, features = [
186186
"std",
187187
"log",

0 commit comments

Comments
 (0)