chore(deps): update rust crate constant_time_eq to 0.6.0 #199

Open
rosa wants to merge 1 commit from renovate/constant_time_eq-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
constant_time_eq workspace.dependencies minor 0.5.00.6.0

Release Notes

cesarb/constant_time_eq (constant_time_eq)

v0.6.0

Compare Source

  • The official repository for this project is now on Codeberg. The git
    repository on GitHub is still in use; issues and pull requests are
    accepted on either repository.
  • The availability of stable inline assembly for the target architecture
    is now auto-detected based on the rustc version through a build script,
    which allowed lowering the MSRV again.
  • The development-only count_instructions_test feature has been removed,
    and replaced with an environment variable. To run these tests (currently
    Linux-only), set COUNT_INSTRUCTIONS_TEST=1 when calling cargo test.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [constant_time_eq](https://codeberg.org/cesarb/constant_time_eq) | workspace.dependencies | minor | `0.5.0` → `0.6.0` | --- ### Release Notes <details> <summary>cesarb/constant_time_eq (constant_time_eq)</summary> ### [`v0.6.0`](https://codeberg.org/cesarb/constant_time_eq/blob/HEAD/CHANGES#060) [Compare Source](https://codeberg.org/cesarb/constant_time_eq/compare/0.5.0...0.6.0) - The official repository for this project is now on Codeberg. The git repository on GitHub is still in use; issues and pull requests are accepted on either repository. - The availability of stable inline assembly for the target architecture is now auto-detected based on the rustc version through a build script, which allowed lowering the MSRV again. - The development-only count\_instructions\_test feature has been removed, and replaced with an environment variable. To run these tests (currently Linux-only), set COUNT\_INSTRUCTIONS\_TEST=1 when calling cargo test. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update rust crate constant_time_eq to 0.6.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/clippy Pipeline was successful
df5b9cbc24
rosa scheduled this pull request to auto merge when all checks succeed 2026-09-07 00:11:31 +00:00
Author
Owner

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks
### Branch automerge failure This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. ___ * Branch has one or more failed status checks
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/clippy Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/constant_time_eq-0.x:renovate/constant_time_eq-0.x
git switch renovate/constant_time_eq-0.x
Sign in to join this conversation.
No description provided.