Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update embedded-nal requirement from 0.8.0 to 0.9.0 #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Updates the requirements on embedded-nal to permit the latest version.

Changelog

Sourced from embedded-nal's changelog.

[0.9.0] - 2024-09-20

  • Bump MSRV to 1.77.0 for ip_in_core.
  • Removed the no-std-net and ip_in_core features, ip_in_core is now the default.

[0.8.0] - 2023-11-10

  • Bump MSRV to 1.60.0 (required for Edition 2021)
  • Switch to Edition 2021
  • [breaking] Dns::get_host_by_address now uses &mut [u8] instead of heapless::String.

[0.7.0] - 2023-06-21

  • Add blanket impls of all the traits for mutable references.
  • Bump dependency version of no-std-net to v0.6.
  • Bump MSRV to 1.53.0 due to no-std-net's use of or-patterns.
  • Added support for core::net with the ip_in_core feature.
  • [breaking] New TCP error enumerations added for identifying TCP-related connection errors
  • [breaking] Removed the TcpClientStack::is_connected API

[0.6.0] - 2021-05-25

  • Changed self references in dns stack methods to mutable, to follow the network stack implementations.

[0.5.0] - 2021-05-20

Changed

  • Bump dependency version of heapless to v0.7.0 to utilize const generics.
  • Bump MSRV to 1.51.0 to get min_const_generics for heapless.

[0.4.0] - 2021-03-05

Changed

  • Changed Dns methods to return nb::Result<..> to allow non-blocking implementations.
  • Bump dependency version of heapless to v0.6.1 to address security issue of sub-dependency.
  • Bump dependency version of no-std-net to v0.5.
  • Bump MSRV to 1.46.0 to get const-fn for no-std-net.

[0.3.0] - 2021-02-15

Added

  • New optional struct SharedNal that can share a single underlying implementation among several users within a thread.

Changed

  • Changed the names of UdpClient/TcpClient to UdpClientStack/TcpClientStack
  • Changed the names of UdpServer/TcpServer to UdpFullStack/TcpFullStack

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [embedded-nal](https://github.com/rust-embedded-community/embedded-nal) to permit the latest version.
- [Release notes](https://github.com/rust-embedded-community/embedded-nal/releases)
- [Changelog](https://github.com/rust-embedded-community/embedded-nal/blob/master/CHANGELOG.md)
- [Commits](rust-embedded-community/embedded-nal@embedded-nal-async-v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: embedded-nal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants