mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
build(deps): bump rustls from 0.23.28 to 0.23.29 (#37989)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.28 to 0.23.29. <details> <summary>Commits</summary> <ul> <li><a href="4e0b5fed17
"><code>4e0b5fe</code></a> Bump version to 0.23.29</li> <li><a href="b8540790dc
"><code>b854079</code></a> Propagate context for webpki signature algorithm errors</li> <li><a href="c84675e34b
"><code>c84675e</code></a> key_schedule: minimise lifetime of resumption secret</li> <li><a href="788b0df122
"><code>788b0df</code></a> key_schedule: erase master secret in traffic state</li> <li><a href="d2c64f0416
"><code>d2c64f0</code></a> key_schedule: separate ops not using current secret</li> <li><a href="e5998cd100
"><code>e5998cd</code></a> key_schedule: add state for derivations before finish</li> <li><a href="9620bec130
"><code>9620bec</code></a> tls13::key_schedule: move <code>KeySchedule</code> struct down</li> <li><a href="373ad888e2
"><code>373ad88</code></a> tls13::key_schedule: move <code>SecretKind</code> down</li> <li><a href="efa2066469
"><code>efa2066</code></a> Improve compactness of Debug impl for extensions</li> <li><a href="a5433a154b
"><code>a5433a1</code></a> Correct calculation of ServerHello ECH confirmation</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.28...v/0.23.29">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f390cc590c
commit
b13d6cfc51
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6941,9 +6941,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustls"
|
name = "rustls"
|
||||||
version = "0.23.28"
|
version = "0.23.29"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
|
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aws-lc-rs",
|
"aws-lc-rs",
|
||||||
"log",
|
"log",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue