Update Rust crate subtle to 2.5
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
- 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 originalblack_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
- Fix a bug in how the README was included in the documentation builds which caused nightly builds to break.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
mentioned in issue #30 (closed)
added 4 commits
-
a49cadeb...b5ce8c9d - 3 commits from branch
main
- 8063ec77 - Update Rust crate subtle to 2.5
-
a49cadeb...b5ce8c9d - 3 commits from branch
added 2 commits
added 7 commits
-
689d4d3e...84fa10cb - 6 commits from branch
main
- b7c48795 - Update Rust crate subtle to 2.5
-
689d4d3e...84fa10cb - 6 commits from branch
added 2 commits
added 2 commits
Please register or sign in to reply