Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.7 to 0.23.8 (#1350)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.7 to 0.23.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/99abca5e4965340cf6d96eaefd64452281376063"><code>99abca5</code></a>
Prepare 0.23.8</li>
<li><a
href="https://github.com/rustls/rustls/commit/06c777bb3f76e1e68fd0abbd19f93330891ac5d4"><code>06c777b</code></a>
Hide internals from documentation</li>
<li><a
href="https://github.com/rustls/rustls/commit/091587bc8be555525eb3cdcc4f3a8ea9cb5eca78"><code>091587b</code></a>
Derive Clone for <code>ServerConfig</code> &amp;
<code>ClientConfig</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/96648336a770b0302433f795c963b1f373b1b019"><code>9664833</code></a>
Refactor construction of <code>CertificatePayloadTls13</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/45c8a54589f8a12b86c69a14f2f18abded0f4ea7"><code>45c8a54</code></a>
Remove <code>PayloadU24::new</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/04ef27c7eb2092bb6838d1829106b36d75805624"><code>04ef27c</code></a>
api.rs: format imports</li>
<li><a
href="https://github.com/rustls/rustls/commit/572f970b0bfb9ba30d15fcaa0f095d0f4d3d46d3"><code>572f970</code></a>
Add test for CRL expiration</li>
<li><a
href="https://github.com/rustls/rustls/commit/8da353056a0d3a7af3216df31d8754f3a939ca58"><code>8da3530</code></a>
Add support for enforcing CRL expiration</li>
<li><a
href="https://github.com/rustls/rustls/commit/c57079361b410bfbdae5f70913d8c89de2e71ed3"><code>c570793</code></a>
Cover <code>HandshakeMessagePayload::into_owned()</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/125d64164e785d7675806f31c97338a8813d2b1f"><code>125d641</code></a>
Test theoretical support for OCSP pinning</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.7...v/0.23.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.7&new-version=0.23.8)](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
dependabot[bot] authored May 24, 2024
1 parent ff16f9a commit f9f6777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
pretty_assertions = "1"
regex = "1"
rstest = "0.19"
rustls = "0.23.7"
rustls = "0.23.8"
# ring feature does not require NASM windows executable, but works slower
#rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12", "ring"] }
rustls-native-certs = "0.7"
Expand Down

0 comments on commit f9f6777

Please sign in to comment.