Skip to content

Commit a72ab47

Browse files
fix(deps): update rust crate etherparse to 0.17
1 parent f3eadeb commit a72ab47

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
@@ -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)