Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.5 to 0.23.6 (#1340)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/06dc1d540cc0a28941790430a37788fd04db956e"><code>06dc1d5</code></a>
deps: update cargo semver compatible deps</li>
<li><a
href="https://github.com/rustls/rustls/commit/252b5d360b6163bc70682e6143e1c55cbeb82ea8"><code>252b5d3</code></a>
Prepare 0.23.6</li>
<li><a
href="https://github.com/rustls/rustls/commit/55890f0ee6974850f1c85de4abc6adc9d4a83d60"><code>55890f0</code></a>
Test for junk in unbuffered input after <code>close_notify</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/972da7ff71031abb5e180ef3eb92d52d439f3e73"><code>972da7f</code></a>
Test app data after <code>close_notify</code> is ignored</li>
<li><a
href="https://github.com/rustls/rustls/commit/424bb317ea53db3b3f25724df224abfbefa226ae"><code>424bb31</code></a>
Test for junk in deframer buffer after <code>close_notify</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/749121a9760d73a5bba5f4602f3572d6eacbcd91"><code>749121a</code></a>
Ignore data appearing after <code>close_notify</code></li>
<li><a
href="https://github.com/rustls/rustls/commit/ef024342d156ddbfd2769809fcf408b2f5a1d65c"><code>ef02434</code></a>
Deduplicate Reader state checks</li>
<li><a
href="https://github.com/rustls/rustls/commit/ccb352c075ae06ba83377615d5b05b953d2481c5"><code>ccb352c</code></a>
Linearize Reader::read() and read_buf()</li>
<li><a
href="https://github.com/rustls/rustls/commit/27d81e01e877fa47044e41e3466bc0273ce4a3a5"><code>27d81e0</code></a>
Warn on lints, don't deny</li>
<li><a
href="https://github.com/rustls/rustls/commit/f214df9826720a32e48d98b47e12478ab096975a"><code>f214df9</code></a>
bogo: fix config rewriting when cpp is clang</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.6">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.5&new-version=0.23.6)](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 17, 2024
1 parent 45ae20b commit 3031e10
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.5"
rustls = "0.23.6"
# 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 3031e10

Please sign in to comment.