Skip to content

Commit becb667

Browse files
chore(deps): bump smoltcp from 0.10.0 to 0.11.0
Bumps [smoltcp](https://github.com/smoltcp-rs/smoltcp) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/smoltcp-rs/smoltcp/releases) - [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/main/CHANGELOG.md) - [Commits](smoltcp-rs/smoltcp@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: smoltcp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4819a8e commit becb667

File tree

2 files changed

+7
-40
lines changed

2 files changed

+7
-40
lines changed

Cargo.lock

Lines changed: 6 additions & 39 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
@@ -162,7 +162,7 @@ regex = "1.4"
162162

163163
tun = { version = "0.6", optional = true, features = ["async"] }
164164
etherparse = { version = "0.13", optional = true }
165-
smoltcp = { version = "0.10", optional = true, default-features = false, features = [
165+
smoltcp = { version = "0.11", optional = true, default-features = false, features = [
166166
"std",
167167
"log",
168168
"medium-ip",

0 commit comments

Comments
 (0)