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

Update embedded-nal requirement from 0.6.0 to 0.7.0 #50

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

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

Changelog

Sourced from embedded-nal's changelog.

[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
  • Changed the method names Dns::gethostbyname/Dns::gethostbyaddr to Dns::get_host_by_name/Dns::get_host_by_address
  • Changed self references in all network stack methods to mutable, with the intent of handling sharing in a different layer (see #43).

[0.2.0] - 2020-12-02

Added

  • Added a new UdpServer trait with server-specific methods
  • Added a new TcpServer trait with server-specific methods

Changed

  • Changed the UdpStack::receive method to return the packet sender address, along with the packet length
  • Changed the name of UdpStack to UdpClient
  • Changed name of TcpStack to TcpClient

... (truncated)

Commits
  • afdbe62 Updating embedded-nal-async deps
  • 0fa7146 Update CHANGELOG.md
  • 83aefbc Preparing for a 0.7.0 release
  • 85e025e Merge pull request #85 from quartiq/feature/tcp-updates
  • 15d1e37 Update src/stack/tcp.rs
  • 6caedf1 Fixing CHANGELOG
  • bc795b4 Adding base TCP error types for connection failure detection
  • 2432d58 Merge pull request #86 from rmja/dns-ref
  • a50a49b Implement Dns for &T where T: Dns
  • f0f2346 Fixing impls
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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@v0.6.0...v0.7.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 Jun 22, 2023
@ryan-summers
Copy link
Collaborator

FIxed in #62

Copy link
Author

dependabot bot commented on behalf of github Jul 5, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ryan-summers ryan-summers deleted the dependabot/cargo/embedded-nal-0.7.0 branch July 5, 2024 14:56
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.

1 participant