Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Updates the requirements on p256-cm4 to permit the latest version.

Release notes

Sourced from p256-cm4's releases.

Version 0.4.0

Added

  • Added use-mul-for-sqr and fpu features (#23)

Changed

  • Updated the edition from 2021 to 2024.
  • Changed the global_asm implementation to individual naked_asm functions (#23).

#23: newAM/p256-cm4#23

Changelog

Sourced from p256-cm4's changelog.

0.4.0 - 2025-09-05

Added

  • Added use-mul-for-sqr and fpu features (#23)

Changed

  • Updated the edition from 2021 to 2024.
  • Changed the global_asm implementation to individual naked_asm functions (#23).

#23: newAM/p256-cm4#23

0.3.0 - 2022-08-07

Changed

  • Added safe wrapper functions for P256_check_range_p and P256_check_range_n.
    • Removed P256_ prefix.
    • Removed unsafe requirement because these are no longer extern "C".
    • Added #[must_use].

0.2.0 - 2022-08-06

Changed

  • Changed all rust functions to use slices instead of pointers.

Removed

  • Removed extern "C" from all rust functions.
  • Removed #[no_mangle] from all rust functions.
  • Removed unsafe from all rust functions.
  • Removed the p256_ prefix from all rust functions.

0.1.1 - 2022-08-01

Changed

  • Added #[cfg(target_arch = "arm")] to the assembly to improve compatibility with IDE and CI tools.

0.1.0 - 2022-07-30

  • Initial release
Commits
  • b78f561 ci: add thumbv7em-none-eabi target to release workflow
  • 00f734d ci: fix release workflow
  • 7eb002f CHANGELOG: improve wording
  • 765cc7b ci: use trusted publishing
  • c76d39d version: 0.3.0 -> 0.4.0
  • fd8109e CHANGELOG: add mention of new features
  • 388cd75 README: update for naked_asm implementation
  • 3fdbe03 Cargo.toml: use workspace.package
  • 3e1000f CHANGELOG: add entry for naked_asm changes
  • d92fe98 README: probe-run -> probe-rs-tools
  • Additional commits viewable in compare view

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 [p256-cm4](https://github.com/newAM/p256-cm4) to permit the latest version.
- [Release notes](https://github.com/newAM/p256-cm4/releases)
- [Changelog](https://github.com/newAM/p256-cm4/blob/main/CHANGELOG.md)
- [Commits](newAM/p256-cm4@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: p256-cm4
  dependency-version: 0.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 8, 2025
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