docspell / dsc

Docspell command line interface
https://docspell.org/docs/tools/cli
GNU General Public License v3.0
19 stars 5 forks source link

Update Rust crate openssl to v0.10.67 #590

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Type Update Change
openssl dependencies patch 0.10.66 -> 0.10.67

Release Notes

sfackler/rust-openssl (openssl) ### [`v0.10.67`](https://redirect.github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.67) [Compare Source](https://redirect.github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67) ##### What's Changed - Added a utility function to ensure we never have an issue with 0-length slices from pointers again by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2268](https://redirect.github.com/sfackler/rust-openssl/pull/2268) - Fix CI for the latest rustc by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2271](https://redirect.github.com/sfackler/rust-openssl/pull/2271) - Add binding for EVP_DigestSqueeze by [@​initsecret](https://redirect.github.com/initsecret) in [https://github.com/sfackler/rust-openssl/pull/2270](https://redirect.github.com/sfackler/rust-openssl/pull/2270) - libressl 4.0: const correctness for X509\_LOOKUP_METHOD by [@​botovq](https://redirect.github.com/botovq) in [https://github.com/sfackler/rust-openssl/pull/2276](https://redirect.github.com/sfackler/rust-openssl/pull/2276) - Bump hex dev-dependency version by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2277](https://redirect.github.com/sfackler/rust-openssl/pull/2277) - Raise bindgen version by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2278](https://redirect.github.com/sfackler/rust-openssl/pull/2278) - Ensure Rsa::check_key doesn't leave errors on the stack by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2279](https://redirect.github.com/sfackler/rust-openssl/pull/2279) - Update some docs to use the corresponds macro by [@​rushilmehra](https://redirect.github.com/rushilmehra) in [https://github.com/sfackler/rust-openssl/pull/2282](https://redirect.github.com/sfackler/rust-openssl/pull/2282) - Don't leave errors on the stack in `MdCtxRef::digest_verify_final` by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2283](https://redirect.github.com/sfackler/rust-openssl/pull/2283) - Adjustments for LibreSSL 4 by [@​botovq](https://redirect.github.com/botovq) in [https://github.com/sfackler/rust-openssl/pull/2287](https://redirect.github.com/sfackler/rust-openssl/pull/2287) - Explicit rustfmt config by [@​kornelski](https://redirect.github.com/kornelski) in [https://github.com/sfackler/rust-openssl/pull/2285](https://redirect.github.com/sfackler/rust-openssl/pull/2285) - add basic EVP_KDF bindings by [@​reaperhulk](https://redirect.github.com/reaperhulk) in [https://github.com/sfackler/rust-openssl/pull/2289](https://redirect.github.com/sfackler/rust-openssl/pull/2289) - add ossl3 thread pool bindings by [@​reaperhulk](https://redirect.github.com/reaperhulk) in [https://github.com/sfackler/rust-openssl/pull/2293](https://redirect.github.com/sfackler/rust-openssl/pull/2293) - add argon2id support for ossl 3.2+ by [@​reaperhulk](https://redirect.github.com/reaperhulk) in [https://github.com/sfackler/rust-openssl/pull/2290](https://redirect.github.com/sfackler/rust-openssl/pull/2290) - fix 3.2.0 thread support and simplify by [@​reaperhulk](https://redirect.github.com/reaperhulk) in [https://github.com/sfackler/rust-openssl/pull/2294](https://redirect.github.com/sfackler/rust-openssl/pull/2294) - add libctx arg to argon2id by [@​reaperhulk](https://redirect.github.com/reaperhulk) in [https://github.com/sfackler/rust-openssl/pull/2295](https://redirect.github.com/sfackler/rust-openssl/pull/2295) - support using threads in argon2id by [@​reaperhulk](https://redirect.github.com/reaperhulk) in [https://github.com/sfackler/rust-openssl/pull/2296](https://redirect.github.com/sfackler/rust-openssl/pull/2296) - Ensure beginning and end of the error output is readable by [@​kornelski](https://redirect.github.com/kornelski) in [https://github.com/sfackler/rust-openssl/pull/2284](https://redirect.github.com/sfackler/rust-openssl/pull/2284) - Test against 3.4.0-alpha1 by [@​sfackler](https://redirect.github.com/sfackler) in [https://github.com/sfackler/rust-openssl/pull/2302](https://redirect.github.com/sfackler/rust-openssl/pull/2302) - Resolve clippy warnings from nightly by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2310](https://redirect.github.com/sfackler/rust-openssl/pull/2310) - fixes [#​2311](https://redirect.github.com/sfackler/rust-openssl/issues/2311) -- silencer resolver warnings by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2312](https://redirect.github.com/sfackler/rust-openssl/pull/2312) - Bump to 3.4.0-beta1 by [@​sfackler](https://redirect.github.com/sfackler) in [https://github.com/sfackler/rust-openssl/pull/2313](https://redirect.github.com/sfackler/rust-openssl/pull/2313) - LibreSSL 4.0.0 by [@​botovq](https://redirect.github.com/botovq) in [https://github.com/sfackler/rust-openssl/pull/2315](https://redirect.github.com/sfackler/rust-openssl/pull/2315) - Release openssl v0.10.67 and openssl-sys v0.9.104 by [@​alex](https://redirect.github.com/alex) in [https://github.com/sfackler/rust-openssl/pull/2316](https://redirect.github.com/sfackler/rust-openssl/pull/2316) ##### New Contributors - [@​initsecret](https://redirect.github.com/initsecret) made their first contribution in [https://github.com/sfackler/rust-openssl/pull/2270](https://redirect.github.com/sfackler/rust-openssl/pull/2270) - [@​rushilmehra](https://redirect.github.com/rushilmehra) made their first contribution in [https://github.com/sfackler/rust-openssl/pull/2282](https://redirect.github.com/sfackler/rust-openssl/pull/2282) - [@​kornelski](https://redirect.github.com/kornelski) made their first contribution in [https://github.com/sfackler/rust-openssl/pull/2285](https://redirect.github.com/sfackler/rust-openssl/pull/2285) **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67

Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.