rust-libp2p
rust-libp2p copied to clipboard
deps: bump webpki-roots from 0.25.2 to 0.26.0
Bumps webpki-roots from 0.25.2 to 0.26.0.
Release notes
Sourced from webpki-roots's releases.
0.26.0
Headlines
- Improving API stability. This crate now uses types from rustls-pki-types; we expect this to reduce the number of breaking changes in rustls ecosystem.
no_stdsupport.What's Changed
- Switch to using the pki-types crate by
@djcin rustls/webpki-roots#45- 0.26.0-alpha.1: bump dependencies by
@ctzin rustls/webpki-roots#46- Bump actions/checkout from 3 to 4 by
@dependabotin rustls/webpki-roots#47- Move to pki-types 0.2.1 by
@ctzin rustls/webpki-roots#48- Update ring requirement from 0.16.20 to 0.17.0 by
@dependabotin rustls/webpki-roots#49- add no-std support by
@japaricin rustls/webpki-roots#50- Refresh certificates by
@djcin rustls/webpki-roots#52- Upgrade to latest webpki and pemfile alphas by
@djcin rustls/webpki-roots#54- Upgrade to (moved ServerName) alpha releases by
@djcin rustls/webpki-roots#51- Update rustls-pemfile requirement from =2.0.0-alpha.1 to =2.0.0-alpha.2 by
@dependabotin rustls/webpki-roots#55New Contributors
@dependabotmade their first contribution in rustls/webpki-roots#47@japaricmade their first contribution in rustls/webpki-roots#50Full Changelog: https://github.com/rustls/webpki-roots/compare/v/0.25.3...v/0.26.0
0.25.3
New trust anchors:
- CommScope Public Trust RSA Root-01
- CommScope Public Trust RSA Root-02
- CommScope Public Trust ECC Root-01
- CommScope Public Trust ECC Root-02
- TrustAsia Global Root CA G4
- TrustAsia Global Root CA G3
Removed trust anchors:
What's Changed
- tests: add name constraints integration test. by
@cpuin rustls/webpki-roots#40- Replace
mkcert.orgwithccadb.orgas the source of truth by@cpuin rustls/webpki-roots#41- docs: update README for CCADB change, webpki fork. by
@cpuin rustls/webpki-roots#42- tests: better DER sequence wrap w/ yasna. by
@cpuin rustls/webpki-roots#43- Refresh certificates by
@djcin rustls/webpki-roots#52- v0.25.3 release preparation by
@cpuin rustls/webpki-roots#53Full Changelog: https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.3
Commits
56f3032Bump to 0.26.08a8a159Take pki-types v1, pemfile v2, webpki v0.1022793adfUpdate rustls-pemfile requirement from =2.0.0-alpha.1 to =2.0.0-alpha.2b8470f3Bump version to alpha.27586a44Upgrade to latest webpki alphae621930Fixate rustls-pemfile alpha version01dc39cUpdate to rustls-pemfile alphaa813d2dUpgrade to latest webpki alpha54c63b9Refresh certificatesf3eda69add no-std support- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of webpki-roots exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot recreate
Superseded by #5267.