losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

fix(deps): update rust crate constant_time_eq to 0.3.0 #116

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
constant_time_eq dependencies minor 0.2.4 -> 0.3.0

Release Notes

cesarb/constant_time_eq (constant_time_eq) ### [`v0.3.0`](https://togithub.com/cesarb/constant_time_eq/blob/HEAD/CHANGES#030) [Compare Source](https://togithub.com/cesarb/constant_time_eq/compare/0.2.6...0.3.0) - Use black_box instead of volatile read when inline assembly is not available. - Increase minimum Rust version to 1.66, which is when black_box was stabilized. ### [`v0.2.6`](https://togithub.com/cesarb/constant_time_eq/blob/HEAD/CHANGES#026) [Compare Source](https://togithub.com/cesarb/constant_time_eq/compare/0.2.5...0.2.6) - New tests using the count_instructions crate; no functional changes. ### [`v0.2.5`](https://togithub.com/cesarb/constant_time_eq/blob/HEAD/CHANGES#025) [Compare Source](https://togithub.com/cesarb/constant_time_eq/compare/0.2.4...0.2.5) - Add #\[must_use] to all functions.

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.