Skip to content

Commit

Permalink
chore(deps): bump smoltcp from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 4d0afea commit 97d2c70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
45 changes: 6 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ regex = "1.4"

tun = { version = "0.6", optional = true, features = ["async"] }
etherparse = { version = "0.13", optional = true }
smoltcp = { version = "0.10", optional = true, default-features = false, features = [
smoltcp = { version = "0.11", optional = true, default-features = false, features = [
"std",
"log",
"medium-ip",
Expand Down

0 comments on commit 97d2c70

Please sign in to comment.