Skip to content

Commit

Permalink
build(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 e3b3e16 commit 0d37c36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
42 changes: 6 additions & 36 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ time = { version = "0.3", default-features = false }
zerocopy = { version = "0.7", features = ["derive"] }

[dependencies.smoltcp]
version = "0.10"
version = "0.11"
optional = true
default-features = false
features = [
Expand Down

0 comments on commit 0d37c36

Please sign in to comment.