mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0 (#36899)
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.11.0 to 1.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/pki-types/releases">rustls-pki-types's releases</a>.</em></p> <blockquote> <h2>1.12.0</h2> <ul> <li>Implement <code>Zeroize</code> for private key types</li> <li>Add algorithm identifiers for ML-DSA signing algorithms</li> </ul> <h2>What's Changed</h2> <ul> <li>Add support for the zeroize crate by <a href="https://github.com/jarhodes314"><code>@jarhodes314</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/71">rustls/pki-types#71</a></li> <li>rustfmt: style_edition 2024 by <a href="https://github.com/ctz"><code>@ctz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/74">rustls/pki-types#74</a></li> <li>Add cargo deny check in CI by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/76">rustls/pki-types#76</a></li> <li>Add AlgorithmIdentifiers for ML-DSA variants by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/78">rustls/pki-types#78</a></li> <li>Check external types in public API by <a href="https://github.com/ctz"><code>@ctz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/80">rustls/pki-types#80</a></li> <li>Prepare 1.12.0 release by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/79">rustls/pki-types#79</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4b52db8f39
"><code>4b52db8</code></a> Bump version to 1.12.0</li> <li><a href="812eb3a067
"><code>812eb3a</code></a> ci: sync nightly for cargo-check-external-types</li> <li><a href="a15fc87315
"><code>a15fc87</code></a> Enable running CI workflow manually</li> <li><a href="df76779e64
"><code>df76779</code></a> Skip push CI for most branches</li> <li><a href="939c2c6b9c
"><code>939c2c6</code></a> ci: check external types</li> <li><a href="fae72b94cb
"><code>fae72b9</code></a> Allow zeroize::Zeroize to appear in public API</li> <li><a href="c5fffabe70
"><code>c5fffab</code></a> Add AlgorithmIdentifiers for ML-DSA variants</li> <li><a href="b59e08d499
"><code>b59e08d</code></a> Version Cargo.lock</li> <li><a href="bbad87b6c2
"><code>bbad87b</code></a> Add cargo deny check in CI</li> <li><a href="864471f5db
"><code>864471f</code></a> rustfmt: style_edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/rustls/pki-types/compare/v/1.11.0...v/1.12.0">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
5b913441d4
commit
e29c48a0d0
2 changed files with 9 additions and 6 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -1065,7 +1065,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4253,7 +4253,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.48.5",
|
||||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6168,9 +6168,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls-pki-types"
|
||||
version = "1.11.0"
|
||||
version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
||||
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
||||
dependencies = [
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustls-webpki"
|
||||
|
@ -8860,7 +8863,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -115,7 +115,7 @@ rayon = "1"
|
|||
regex = "1.11"
|
||||
rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12"] }
|
||||
rustls-pemfile = "2.0"
|
||||
rustls-pki-types = "1.11"
|
||||
rustls-pki-types = "1.12"
|
||||
script_layout_interface = { path = "components/shared/script_layout" }
|
||||
script_traits = { path = "components/shared/script" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue