[PR #1280] [CLOSED] Bump native-tls from 0.2.4 to 0.2.5 #2159

Closed
opened 2026-03-16 06:39:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1280
Author: @dependabot-preview[bot]
Created: 11/9/2020
Status: Closed

Base: mainHead: dependabot/cargo/native-tls-0.2.5


📝 Commits (1)

  • de30f5f Bump native-tls from 0.2.4 to 0.2.5

📊 Changes

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

View changed files

📝 Cargo.lock (+10 -10)

📄 Description

Bumps native-tls from 0.2.4 to 0.2.5.

Changelog

Sourced from native-tls's changelog.

[v0.2.5]

Added

  • Added TlsConnectorBuilder::disable_built_in_roots to only trust root certificates explicitly added to the builder.

Updated

  • Updated security-framework to 2.0.
Commits
  • c1b9333 Release v0.2.5
  • 9a9e798 Merge pull request #186 from alex-dukhno/update-dependecies
  • 04ccdf3 update to latest dependecies version
  • 7959621 Merge pull request #184 from LesnyRumcajs/LesnyRumcajs-patch-1
  • 2467e09 corrected parameter name for PEM-encoded cert
  • 93fb6ee Merge pull request #172 from sgg/sgg/impl-Debug-TlsConnector
  • 40f97d3 Implements Debug for TlsConnector
  • e092843 Merge pull request #164 from fanatid/clippy-warnings
  • cdd9f89 Fix clippy warnings
  • 97b77f4 Merge pull request #160 from cyang1/no-roots
  • 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/1280 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/9/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/native-tls-0.2.5` --- ### 📝 Commits (1) - [`de30f5f`](https://github.com/hickory-dns/hickory-dns/commit/de30f5f72d06cb016061552c94848cb59d424e4a) Bump native-tls from 0.2.4 to 0.2.5 ### 📊 Changes **1 file changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -10) </details> ### 📄 Description Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.4 to 0.2.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md">native-tls's changelog</a>.</em></p> <blockquote> <h2>[v0.2.5]</h2> <h3>Added</h3> <ul> <li>Added <code>TlsConnectorBuilder::disable_built_in_roots</code> to only trust root certificates explicitly added to the builder.</li> </ul> <h3>Updated</h3> <ul> <li>Updated security-framework to 2.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-native-tls/commit/c1b9333e594dd8e5a351f1ab74a4d1b01fc7f81a"><code>c1b9333</code></a> Release v0.2.5</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/9a9e79825cde4705bad1b2192962066e29d365b5"><code>9a9e798</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/186">#186</a> from alex-dukhno/update-dependecies</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/04ccdf311f7705d3aee0ad8082f3541bad7d89fd"><code>04ccdf3</code></a> update to latest dependecies version</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/795962197028be60254ddf1326c0b5723ad9ebb8"><code>7959621</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/184">#184</a> from LesnyRumcajs/LesnyRumcajs-patch-1</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/2467e09be18d9c0588c2522ae7eb646cd20e5996"><code>2467e09</code></a> corrected parameter name for PEM-encoded cert</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/93fb6ee4697e19457c0e45ac0f047326ba0cc527"><code>93fb6ee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/172">#172</a> from sgg/sgg/impl-Debug-TlsConnector</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/40f97d39fa5d3d4d724cb95fe87a90cd027e49eb"><code>40f97d3</code></a> Implements Debug for TlsConnector</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/e092843716322479a0434cb3913cea1cde93bea6"><code>e092843</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/164">#164</a> from fanatid/clippy-warnings</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/cdd9f89cec9ee9b58dfd9c99e5a2ffc462c654d5"><code>cdd9f89</code></a> Fix clippy warnings</li> <li><a href="https://github.com/sfackler/rust-native-tls/commit/97b77f423a746548a7b7f89a57e17dda4784ddaa"><code>97b77f4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/160">#160</a> from cyang1/no-roots</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-native-tls/compare/v0.2.4...v0.2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=native-tls&package-manager=cargo&previous-version=0.2.4&new-version=0.2.5)](https://dependabot.com/compatibility-score/?dependency-name=native-tls&package-manager=cargo&previous-version=0.2.4&new-version=0.2.5) 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 06:39:58 +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#2159
No description provided.