[PR #1415] [CLOSED] Bump openssl from 0.10.32 to 0.10.33 #2305

Closed
opened 2026-03-16 08:46:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1415
Author: @dependabot-preview[bot]
Created: 3/15/2021
Status: Closed

Base: mainHead: dependabot/cargo/openssl-0.10.33


📝 Commits (1)

  • 24d4809 Bump openssl from 0.10.32 to 0.10.33

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+5 -5)

📄 Description

Bumps openssl from 0.10.32 to 0.10.33.

Commits
  • 140ec19 Release openssl v0.10.33
  • 4e4e9b0 Release openssl-sys v0.9.61
  • 5fa5654 Merge pull request #1431 from nospam3089/fix/modern_generate_parameters
  • c7f6f24 Update openssl/src/dh.rs
  • 6a32dc9 Merge pull request #1429 from baloo/baloo/cipher-nid
  • 62acbe3 Use DH_generate_parameters_ex()
  • 9257c55 Expose NID from cipher
  • ff94c7f Merge pull request #1427 from jiegec/add-sm3
  • fb5f94e Pass OPENSSL_NO_SM3 definition to rust properly
  • 6bb010f Fix NID of SM3 series in libreSSL
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1415 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/15/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/openssl-0.10.33` --- ### 📝 Commits (1) - [`24d4809`](https://github.com/hickory-dns/hickory-dns/commit/24d4809bb454143d278cf0165c32b2fd1866446b) Bump openssl from 0.10.32 to 0.10.33 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -5) </details> ### 📄 Description Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.32 to 0.10.33. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-openssl/commit/140ec193d5ad1ab91321069ccb2f86be947fafee"><code>140ec19</code></a> Release openssl v0.10.33</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/4e4e9b07fa799df9a0fa6bf3ab62aedf3abb57df"><code>4e4e9b0</code></a> Release openssl-sys v0.9.61</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/5fa5654fa24264584e586acee9016102080cc199"><code>5fa5654</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1431">#1431</a> from nospam3089/fix/modern_generate_parameters</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/c7f6f24ef3ba9c374b6da39363e38e979e59acc7"><code>c7f6f24</code></a> Update openssl/src/dh.rs</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/6a32dc99a975abc9f80cfb01e0cef6337e908416"><code>6a32dc9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1429">#1429</a> from baloo/baloo/cipher-nid</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/62acbe3a3edd9487bb12f653e88bb9d12de11d8f"><code>62acbe3</code></a> Use DH_generate_parameters_ex()</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/9257c55bfad1810563f1b59e9a29bee0701c5b4f"><code>9257c55</code></a> Expose NID from cipher</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/ff94c7f5030a0fa012a37e76cd2fa2d8896360dc"><code>ff94c7f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1427">#1427</a> from jiegec/add-sm3</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/fb5f94e0346135540dab354311f31561d84a5dee"><code>fb5f94e</code></a> Pass OPENSSL_NO_SM3 definition to rust properly</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/6bb010f4761a303639b40d8586c7608cbe1275db"><code>6bb010f</code></a> Fix NID of SM3 series in libreSSL</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.32...openssl-v0.10.33">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=openssl&package-manager=cargo&previous-version=0.10.32&new-version=0.10.33)](https://dependabot.com/compatibility-score/?dependency-name=openssl&package-manager=cargo&previous-version=0.10.32&new-version=0.10.33) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:46:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/hickory-dns#2305
No description provided.