Skip to content

Bump smoltcp from 0.13.1 to 0.14.0 in the all-updates group - #200

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-updates-efeb1f353b
Closed

Bump smoltcp from 0.13.1 to 0.14.0 in the all-updates group#200
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-updates-efeb1f353b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-updates group with 1 update: smoltcp.

Updates smoltcp from 0.13.1 to 0.14.0

Release notes

Sourced from smoltcp's releases.

v0.14.0

Changes in this release:

  • wire: Expose the checksum module publicly, so downstream crates can compute RFC 1071 Internet checksums over discontiguous buffers. (#1172)
  • tcp: don't rate-limit ACKs for out-of-window data segments. (#1162)
  • tcp: more rfc-compliant out-of-window rx handling. (#1164)
  • tcp: better handling of MSS (#1161)
  • tcp: congestion control api redesign to better support loss-based algorithms (#1154)
  • tcp: make reno RFC compliant (#1156)
  • tcp: make CUBIC RFC compliant (#1157)
  • tcp: fast retransmit improvements (#1155)
  • Implement core::error::Error for errors (#1175)
  • ip: Optimize the internet checksum calculation (#1176)
  • Upgrade defmt to version 1
  • tcp: add single-pass zero-allocation TcpOptionSummary parser (#1194)
  • phy: add TCP segmentation offload support (#1148)
Changelog

Sourced from smoltcp's changelog.

[0.14.0] - 2026-08-07

  • wire: Expose the checksum module publicly, so downstream crates can compute RFC 1071 Internet checksums over discontiguous buffers. (#1172)
  • tcp: don't rate-limit ACKs for out-of-window data segments. (#1162)
  • tcp: more rfc-compliant out-of-window rx handling. (#1164)
  • tcp: better handling of MSS (#1161)
  • tcp: congestion control api redesign to better support loss-based algorithms (#1154)
  • tcp: make reno RFC compliant (#1156)
  • tcp: make CUBIC RFC compliant (#1157)
  • tcp: fast retransmit improvements (#1155)
  • Implement core::error::Error for errors (#1175)
  • ip: Optimize the internet checksum calculation (#1176)
  • Upgrade defmt to version 1
  • tcp: add single-pass zero-allocation TcpOptionSummary parser (#1194)
  • phy: add TCP segmentation offload support (#1148)
Commits
  • cbfe05f Merge pull request #1196 from smoltcp-rs/release-v0.14.0
  • 3f001dd Release 0.14.0.
  • 7baefa5 Merge pull request #1148 from cagatay-y/segmentation-offload
  • 5393f88 Merge pull request #1194 from Aditya-9-6/perf/tcp-option-fastpath
  • 2fd4550 style(fmt): format options_bytes array in tcp.rs
  • db4cc69 fix(wire/tcp): add #[non_exhaustive] attribute to TcpOptionSummary
  • 78db815 perf(wire/tcp): add single-pass zero-allocation TcpOptionSummary parser
  • 888565d Merge pull request #1192 from hermit-os/defmt-v1
  • 155731f Upgrade defmt to version 1
  • ed9acab Merge pull request #1171 from cirvladimir/build-warning-fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-updates group with 1 update: [smoltcp](https://github.com/smoltcp-rs/smoltcp).


Updates `smoltcp` from 0.13.1 to 0.14.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.13.1...v0.14.0)

---
updated-dependencies:
- dependency-name: smoltcp
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like smoltcp is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 30, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/all-updates-efeb1f353b branch August 30, 2026 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants