mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
build(deps): bump rustls-pki-types from 1.10.1 to 1.11.0 (#35186)
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.10.1...v/1.11.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-minor ... 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
9943e97726
commit
3bcab36248
2 changed files with 9 additions and 9 deletions
|
@ -108,7 +108,7 @@ regex = "1.11"
|
|||
ring = "0.17.8"
|
||||
rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12"] }
|
||||
rustls-pemfile = "2.0"
|
||||
rustls-pki-types = "1.10"
|
||||
rustls-pki-types = "1.11"
|
||||
script_layout_interface = { path = "components/shared/script_layout" }
|
||||
script_traits = { path = "components/shared/script" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-01-02" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue