Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.18 to 0.23.19 (#1598)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.18 to
0.23.19.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/4962141f538bd2e65b488ffceb5ebfac6a5cce97"><code>4962141</code></a>
Prepare 0.23.19</li>
<li><a
href="https://github.com/rustls/rustls/commit/82f5fce1b0d4ca715e5781ee2bdfb756920e1d3f"><code>82f5fce</code></a>
Prepare 0.23.18</li>
<li><a
href="https://github.com/rustls/rustls/commit/183a09939367dfc4c53dc0e43d03ea71efb912f5"><code>183a099</code></a>
Add reproducer for bug 2227</li>
<li><a
href="https://github.com/rustls/rustls/commit/d6d300d198d181582f7f3bd10ebc2a67d3eff17c"><code>d6d300d</code></a>
Record and restore the processed cursor in first_handshake_message</li>
<li><a
href="https://github.com/rustls/rustls/commit/970f5012b7da2e0eb24acf2d8993c78b3bcf4195"><code>970f501</code></a>
rustls-bench: fix warnings with no features</li>
<li><a
href="https://github.com/rustls/rustls/commit/0fabb84b16b1c9e4ce06ffa3bdc289538a105a5b"><code>0fabb84</code></a>
tests: linearize new test code helper</li>
<li><a
href="https://github.com/rustls/rustls/commit/976c746ccad9805c4e1f2eff6360ea6fae404c61"><code>976c746</code></a>
fix: do not send session_ticket(35) extension for TLS 1.3</li>
<li><a
href="https://github.com/rustls/rustls/commit/9a46220ec7651a33e327ad29ba537a1d46ac54fc"><code>9a46220</code></a>
fix(deps): update rust crate asn1 to 0.20</li>
<li><a
href="https://github.com/rustls/rustls/commit/9103dc21eba08151a943f84244b1f28d257b9110"><code>9103dc2</code></a>
Upgrade hickory-resolver to alpha 3</li>
<li><a
href="https://github.com/rustls/rustls/commit/fd886396c2a75f90eab8adc8c1c9bf05e58069c3"><code>fd88639</code></a>
fix(deps): update rust crate asn1 to 0.19</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.23.18...v/0.23.19">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.18&new-version=0.23.19)](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 Nov 28, 2024
1 parent 2cc5175 commit 64e3484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.18"
rustls = "0.23.19"
# 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 64e3484

Please sign in to comment.