Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.19 to 0.23.20 (#1618)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.19 to
0.23.20.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/b4628c7b6123831eea97c0fcb1a1475e40f5c345"><code>b4628c7</code></a>
rustls-post-quantum: revert version to 0.2.0</li>
<li><a
href="https://github.com/rustls/rustls/commit/24d08f3ad5e5f5157bd25e3def84fa188a525259"><code>24d08f3</code></a>
rustls-post-quantum: adjust head doc</li>
<li><a
href="https://github.com/rustls/rustls/commit/179592f2499a48ff66dc291a1b9ce190344ac477"><code>179592f</code></a>
verifybench.rs: nightly fmt</li>
<li><a
href="https://github.com/rustls/rustls/commit/ef3fc2197387ccf2d163a2fd5ab5dcc7b92a30ea"><code>ef3fc21</code></a>
nit: remove trailing space from doc comments</li>
<li><a
href="https://github.com/rustls/rustls/commit/00a3ddb948e42012d58e81fcf65625b1391a6bea"><code>00a3ddb</code></a>
fix rustls-provider-example hpke no-std support</li>
<li><a
href="https://github.com/rustls/rustls/commit/2f74c3d3d0e195bceea2100d90c6b3fa876aafe5"><code>2f74c3d</code></a>
server: remove ClientHello constructor</li>
<li><a
href="https://github.com/rustls/rustls/commit/3ba5167630c410782b2bf2625093dcd48d838883"><code>3ba5167</code></a>
ci: adjust ech-client daily tests</li>
<li><a
href="https://github.com/rustls/rustls/commit/f5aeb39cd95d86223c8c8d8c006311e0da36b4cf"><code>f5aeb39</code></a>
examples: use inner hostname in HTTPS DNS query</li>
<li><a
href="https://github.com/rustls/rustls/commit/e232bcae61cb1e108960673d828ac9d05224c881"><code>e232bca</code></a>
openssl-tests: install openssl from source</li>
<li><a
href="https://github.com/rustls/rustls/commit/43cbebb80de6c825284479f06ccbf5fdb0ad1b64"><code>43cbebb</code></a>
unbuffered: add regression tests for fragmented handshakes</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.19...v/0.23.20">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.19&new-version=0.23.20)](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 Dec 16, 2024
1 parent 5db4126 commit ae21194
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -66,7 +66,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
pretty_assertions = "1"
regex = "1"
rstest = "0.23"
rustls = "0.23.19"
rustls = "0.23.20"
# 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.8"
Expand Down

0 comments on commit ae21194

Please sign in to comment.