Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.14 to 0.23.15 (#1540)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.14 to
0.23.15.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/3099020a2239729f2e2bd99a09f870dc2f4a57bc"><code>3099020</code></a>
Prepare 0.23.15</li>
<li><a
href="https://github.com/rustls/rustls/commit/9a19b599e3f91b24e48303a3b9af7e09b9937041"><code>9a19b59</code></a>
Take pki-types 1.10</li>
<li><a
href="https://github.com/rustls/rustls/commit/d58f86d3fdfe207919263abbe70cbb9ecdad978d"><code>d58f86d</code></a>
bench-measure.mk: rebuild bench each time</li>
<li><a
href="https://github.com/rustls/rustls/commit/e653618266373818447184c2f1dff418c397b43c"><code>e653618</code></a>
bench: decrease bench allocator traffic</li>
<li><a
href="https://github.com/rustls/rustls/commit/494f4dacb6f930a13248f79dd5281a0cc54d9c8a"><code>494f4da</code></a>
Use re-exported pki-types everywhere</li>
<li><a
href="https://github.com/rustls/rustls/commit/0254d003c3e998fde35351e42e3740f0550f59dc"><code>0254d00</code></a>
clippy: needless_lifetimes fixes</li>
<li><a
href="https://github.com/rustls/rustls/commit/25f1e4f42eefc57eb63928e4a21971356083047f"><code>25f1e4f</code></a>
outbound: replace manual arithmetic check</li>
<li><a
href="https://github.com/rustls/rustls/commit/51e783a033964da3c636cefb51d336d7d69fd23d"><code>51e783a</code></a>
clippy: address nightly empty_line_after_doc_comments</li>
<li><a
href="https://github.com/rustls/rustls/commit/422a0c5e671e4f013c424557ea4866a3f541d120"><code>422a0c5</code></a>
manual: include mention of client-side ECH</li>
<li><a
href="https://github.com/rustls/rustls/commit/aaeff17fefd023d6dd74dd9131d177bc52697889"><code>aaeff17</code></a>
docs: update cpu project time allotment</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.14...v/0.23.15">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.14&new-version=0.23.15)](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 Oct 17, 2024
1 parent 8f84f55 commit c0f20fc
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 @@ -66,7 +66,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
pretty_assertions = "1"
regex = "1"
rstest = "0.23"
rustls = "0.23.14"
rustls = "0.23.15"
# 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 c0f20fc

Please sign in to comment.