Skip to content

Update Rust crate subtle to 2.5

Renovate Bot requested to merge renovate/subtle-2.x into main

This MR contains the following updates:

Package Type Update Change
subtle (source) dependencies minor 2.4 -> 2.5

Release Notes

dalek-cryptography/subtle (subtle)

v2.5.0

Compare Source

  • Add constant-timedness note to the documentation for CtOption::unwrap_or_else.
  • Add CtOption::expect.
  • Add ConstantTimeEq::ct_ne with default implementation.
  • Add new core_hint_black_box feature from Diane Hosfelt and Amber Sprenkels which utilises the original black_box functionality from when subtle was first written, which has now found it's way into the Rust standard library.
  • Add new const-generics feature from @​survived which adds support for subtle traits for generic arrays [T; N].
  • Add new feature for supporting core::cmp::Ordering for types which implement subtle traits, patch from @​tarcieri.
  • Update rand dependency to 0.8.

v2.4.1

Compare Source

  • Fix a bug in how the README was included in the documentation builds which caused nightly builds to break.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports