Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.13 to 0.23.14 (#1535)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.13 to
0.23.14.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/cf736e3d4bbe35cd151c649addc5c065e61d4d35"><code>cf736e3</code></a>
Prepare 0.23.14</li>
<li><a
href="https://github.com/rustls/rustls/commit/262ae99e5485fb229e899717acf0d51d376bec5f"><code>262ae99</code></a>
Accept kyber deprecation</li>
<li><a
href="https://github.com/rustls/rustls/commit/c9f5734eabadbac6ca6427a98260b0aa3b1c6101"><code>c9f5734</code></a>
Take aws-lc-rs 1.10</li>
<li><a
href="https://github.com/rustls/rustls/commit/056093826f18820aaec1657201b1f47470bd1a4e"><code>0560938</code></a>
Take latest bogo release</li>
<li><a
href="https://github.com/rustls/rustls/commit/7bf82dc7a395e8efa8b2f817c391bb5a8cc44499"><code>7bf82dc</code></a>
Send <code>illegal_parameter</code> alert on illegal group</li>
<li><a
href="https://github.com/rustls/rustls/commit/d752eb209bbb2092444c5a9ea2eacfabb4438d7a"><code>d752eb2</code></a>
Send <code>illegal_parameter</code> alert on invalid key share</li>
<li><a
href="https://github.com/rustls/rustls/commit/2d3b7ab2b7abb098fd69571f3c773555ff08ebc6"><code>2d3b7ab</code></a>
default crypto provider improvements</li>
<li><a
href="https://github.com/rustls/rustls/commit/bcc295d92a226000a8bd7970029f6cbc5d7a88a4"><code>bcc295d</code></a>
Fix new <code>cargo doc</code> warnings in examples</li>
<li><a
href="https://github.com/rustls/rustls/commit/e7dd2fdff49332cecb25e1d5be8945f796a21216"><code>e7dd2fd</code></a>
fips.rs: reflect certificate issuance for aws-lc 2.0.0</li>
<li><a
href="https://github.com/rustls/rustls/commit/58a5891b356ce8d4329548322a8fc5f65f4247d5"><code>58a5891</code></a>
fix(deps): update rust crate brotli to v7</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.13...v/0.23.14">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.13&new-version=0.23.14)](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 7, 2024
1 parent 143d09b commit a679520
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.12"
rustls = "0.23.14"
# 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 a679520

Please sign in to comment.