Update Rust crate openssl-sys to v0.9.104 #10

Merged
pierre merged 1 commits from renovate/openssl-sys-0.x-lockfile into master 2024-10-17 06:44:32 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
openssl-sys dependencies patch 0.9.103 -> 0.9.104

Release Notes

sfackler/rust-openssl (openssl-sys)

v0.9.104

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.103...openssl-sys-v0.9.104


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [openssl-sys](https://github.com/sfackler/rust-openssl) | dependencies | patch | `0.9.103` -> `0.9.104` | --- ### Release Notes <details> <summary>sfackler/rust-openssl (openssl-sys)</summary> ### [`v0.9.104`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-sys-v0.9.104) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.103...openssl-sys-v0.9.104) #### What's Changed - Fixed invariant violation in `MemBio::get_buf` with empty results by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2266 - Release openssl v0.10.66 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2267 - Added a utility function to ensure we never have an issue with 0-length slices from pointers again by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2268 - Fix CI for the latest rustc by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2271 - Add binding for EVP_DigestSqueeze by [@&#8203;initsecret](https://github.com/initsecret) in https://github.com/sfackler/rust-openssl/pull/2270 - libressl 4.0: const correctness for X509\_LOOKUP_METHOD by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2276 - Bump hex dev-dependency version by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2277 - Raise bindgen version by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2278 - Ensure Rsa::check_key doesn't leave errors on the stack by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2279 - Update some docs to use the corresponds macro by [@&#8203;rushilmehra](https://github.com/rushilmehra) in https://github.com/sfackler/rust-openssl/pull/2282 - Don't leave errors on the stack in `MdCtxRef::digest_verify_final` by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2283 - Adjustments for LibreSSL 4 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2287 - Explicit rustfmt config by [@&#8203;kornelski](https://github.com/kornelski) in https://github.com/sfackler/rust-openssl/pull/2285 - add basic EVP_KDF bindings by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2289 - add ossl3 thread pool bindings by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2293 - add argon2id support for ossl 3.2+ by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2290 - fix 3.2.0 thread support and simplify by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2294 - add libctx arg to argon2id by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2295 - support using threads in argon2id by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2296 - Ensure beginning and end of the error output is readable by [@&#8203;kornelski](https://github.com/kornelski) in https://github.com/sfackler/rust-openssl/pull/2284 - Test against 3.4.0-alpha1 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2302 - Resolve clippy warnings from nightly by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2310 - fixes [#&#8203;2311](https://github.com/sfackler/rust-openssl/issues/2311) -- silencer resolver warnings by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2312 - Bump to 3.4.0-beta1 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2313 - LibreSSL 4.0.0 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2315 - Release openssl v0.10.67 and openssl-sys v0.9.104 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2316 #### New Contributors - [@&#8203;initsecret](https://github.com/initsecret) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2270 - [@&#8203;rushilmehra](https://github.com/rushilmehra) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2282 - [@&#8203;kornelski](https://github.com/kornelski) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2285 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.103...openssl-sys-v0.9.104 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-10-17 00:28:25 +00:00
Update Rust crate openssl-sys to v0.9.104
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a2acbb53b0
pierre scheduled this pull request to auto merge when all checks succeed 2024-10-17 00:28:25 +00:00
pierre merged commit 7846b093da into master 2024-10-17 06:44:32 +00:00
pierre deleted branch renovate/openssl-sys-0.x-lockfile 2024-10-17 06:44:32 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/SolarEnergy#10
No description provided.