Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.15 to 0.23.16 (#1557)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to
0.23.16.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/276eb7442ccbbe3d04fb2f21fb4b0c0ac3c70318"><code>276eb74</code></a>
Bump version to 0.23.16 (<a
href="https://redirect.github.com/rustls/rustls/issues/2183">#2183</a>)</li>
<li><a
href="https://github.com/rustls/rustls/commit/e07bdc91dc900978d24e7eba8a691d94896c84b6"><code>e07bdc9</code></a>
Don't warn on UserCanceled alerts</li>
<li><a
href="https://github.com/rustls/rustls/commit/a5d6350aa1c0c46747e44c0fa8e5f40e93160d2b"><code>a5d6350</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="https://github.com/rustls/rustls/commit/75e5503ea1d13ce158895e2b50f4269e79269445"><code>75e5503</code></a>
builder: expose ConfigBuilder::crypto_provider()</li>
<li><a
href="https://github.com/rustls/rustls/commit/aebe2c3e23c2f8f53ea91193e92ebdd9767137e1"><code>aebe2c3</code></a>
builder: store providers directly into ConfigBuilder</li>
<li><a
href="https://github.com/rustls/rustls/commit/121d813ca87fe881881cb29b04471af642131a55"><code>121d813</code></a>
Avoid feature unification for bogo</li>
<li><a
href="https://github.com/rustls/rustls/commit/eb2a1c48ddec82c35497e5d46afe8b3738c1e93b"><code>eb2a1c4</code></a>
Move from kyber768 to ML-KEM768</li>
<li><a
href="https://github.com/rustls/rustls/commit/626424311fbf8329eeccc4fa867974d7f6897c39"><code>6264243</code></a>
fix(deps): update rust crate asn1 to 0.18</li>
<li><a
href="https://github.com/rustls/rustls/commit/28ec955fbabc126c0a12a93119b42d2fcaa76b12"><code>28ec955</code></a>
ci: loosen lychee-action version</li>
<li><a
href="https://github.com/rustls/rustls/commit/f7c9c30da770adb2d407528566a428f6e5776a12"><code>f7c9c30</code></a>
ci: move lychee step before dir mv</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.16">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.15&new-version=0.23.16)](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 29, 2024
1 parent b7c7a6b commit d6836e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.15"
rustls = "0.23.16"
# 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 d6836e2

Please sign in to comment.