Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.23.11 to 0.23.12 (#1434)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.11 to
0.23.12.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/ebda3856602f3af2ced19a792e6fed1d70c500e4"><code>ebda385</code></a>
Update version to 0.23.12</li>
<li><a
href="https://github.com/rustls/rustls/commit/127a0a769ff5d8fd250170be1fd4e12b49928f8f"><code>127a0a7</code></a>
build(deps): bump openssl from 0.10.64 to 0.10.66</li>
<li><a
href="https://github.com/rustls/rustls/commit/3cc2c2db8a2aef1d6bb59d614bdf70919fedb984"><code>3cc2c2d</code></a>
Support P521 SHA-256/SHA-384 signatures with aws-lc-rs (<a
href="https://redirect.github.com/rustls/rustls/issues/2050">#2050</a>)</li>
<li><a
href="https://github.com/rustls/rustls/commit/e58aaa8487fd4c0b8408ee2d9fe9ff31dfc47b54"><code>e58aaa8</code></a>
ci: add rebaseWhen to renovate config</li>
<li><a
href="https://github.com/rustls/rustls/commit/dfc8ae597aec24bc159b116ee2d4272dc81e9407"><code>dfc8ae5</code></a>
ci: remove stabilityDays from renovate config</li>
<li><a
href="https://github.com/rustls/rustls/commit/49c31cb91739c16cec52c49c99954764b1eba331"><code>49c31cb</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="https://github.com/rustls/rustls/commit/63eecac0a20c84263bd18faa90fe2ecf731de91f"><code>63eecac</code></a>
chore(deps): update rust crate tikv-jemallocator to 0.6</li>
<li>See full diff in <a
href="https://github.com/rustls/rustls/compare/v/0.23.11...v/0.23.12">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.11&new-version=0.23.12)](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 Jul 24, 2024
1 parent b13baa7 commit 5d6e447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.21"
rustls = "0.23.11"
rustls = "0.23.12"
# 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 5d6e447

Please sign in to comment.