Skip to content

Commit 2605946

Browse files
fix(deps): update rust crate smoltcp to 0.13
1 parent e47b0e5 commit 2605946

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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
@@ -182,7 +182,7 @@ zstd = { version = "0.13", optional = true }
182182
base64 = { version = "0.22", optional = true }
183183

184184
etherparse = { version = "0.19", optional = true }
185-
smoltcp = { version = "0.12", optional = true, default-features = false, features = [
185+
smoltcp = { version = "0.13", optional = true, default-features = false, features = [
186186
"std",
187187
"log",
188188
"medium-ip",

0 commit comments

Comments
 (0)