Skip to content

Commit 7de2a94

Browse files
fix(deps): update rust crate etherparse to 0.18
1 parent af3394b commit 7de2a94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -179,7 +179,7 @@ brotli = { version = "8.0", optional = true }
179179
zstd = { version = "0.13", optional = true }
180180

181181
tun = { version = "0.7", optional = true, features = ["async"] }
182-
etherparse = { version = "0.17", optional = true }
182+
etherparse = { version = "0.18", optional = true }
183183
smoltcp = { version = "0.12", optional = true, default-features = false, features = [
184184
"std",
185185
"log",

0 commit comments

Comments
 (0)