Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump rustls-native-certs from 0.8.0 to 0.8.1 (#1594)
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.8.0 to 0.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls-native-certs/releases">rustls-native-certs's releases</a>.</em></p> <blockquote> <h2>0.8.1</h2> <p>We are bumping the MSRV to 1.71 across the rustls project to accomodate newer Rust features and dependencies.</p> <h2>What's Changed</h2> <ul> <li>fix load_native_certs() error return, fix smoke tests by <a href="https://github.com/cpu"><code>@cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls-native-certs/pull/132">rustls/rustls-native-certs#132</a></li> <li>Clarify environment path handling code by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/rustls-native-certs/pull/134">rustls/rustls-native-certs#134</a></li> <li>Rework README to point users to rustls-platform-verifier by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/rustls-native-certs/pull/141">rustls/rustls-native-certs#141</a></li> <li>Use PEM decoding from rustls-pki-types directly by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/rustls-native-certs/pull/145">rustls/rustls-native-certs#145</a></li> <li>Update dependencies & bump MSRV by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/rustls-native-certs/pull/152">rustls/rustls-native-certs#152</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls-native-certs/commit/7331138ebbc9e9619d948b42f867ed1b823531c9"><code>7331138</code></a> build(deps): bump schannel in the crates-io group across 1 directory</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/7afbcdacf08ba1c2efa1e378776d9b6f4dfa1a54"><code>7afbcda</code></a> Bump version to 0.8.1</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/72217dc4fc3078440576eabd05cbe895c2bf728e"><code>72217dc</code></a> Upgrade to security-framework 3</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/6b453de7dc42e051b9539907b9cb045d8b0efd8b"><code>6b453de</code></a> Update semver-compatible dependencies</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/c7a33952d1bbde44ec86b8d2106f05e816ea7ef4"><code>c7a3395</code></a> Remove old release history from README</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/13df7ca7a5488cb05c7f99fec55c54d7823e1f6f"><code>13df7ca</code></a> Bump MSRV to 1.71</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/3147a4f221b03e82ce48cad58f27253df3053f1e"><code>3147a4f</code></a> build(deps): bump rustls from 0.23.15 to 0.23.16 in the crates-io group</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/c407a37ae4a7dbc69f21092660986aed7aa65351"><code>c407a37</code></a> build(deps): bump rustls from 0.23.14 to 0.23.15 in the crates-io group</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/79dc22e48bba7d3ea21afc59c5fd60642067cec1"><code>79dc22e</code></a> Use PEM decoding from rustls-pki-types directly</li> <li><a href="https://github.com/rustls/rustls-native-certs/commit/c44c331fca0b87998849e8363daa1755152cb913"><code>c44c331</code></a> Tweak Display impl for Error</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls-native-certs/compare/v/0.8.0...v/0.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-native-certs&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information