rustls / rustls-native-certs

Integration with OS certificate stores for rustls
Other
196 stars 55 forks source link

build(deps): bump the crates-io group with 2 updates #136

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the crates-io group with 2 updates: security-framework and webpki-roots.

Updates security-framework from 2.11.1 to 3.0.0

Commits


Updates webpki-roots from 0.26.5 to 0.26.6

Release notes

Sourced from webpki-roots's releases.

0.26.6

  • Corrects the license file distributed with the webpki-roots and webpki-root-certs crates to properly reflect the MPL 2.0 license. Thanks to @​decathorpe for reporting the issue.

What's Changed

Full Changelog: https://github.com/rustls/webpki-roots/compare/v/0.26.5...v/0.26.6

Commits
  • 7edc915 webpki-roots/webpki-root-certs: 0.26.5 -> 0.26.6
  • cfa1c70 webpki-roots/webpki-root-certs: fix LICENSE files
  • a533475 webpki-ccadb: update Moz CCADB root report url
  • See full diff in compare view


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
ctz commented 1 month ago

@dependabot ignore security-framework 3

Due to incompatible MSRV

djc commented 1 month ago

From my reading of the error, it looks like security-framework 2.12 also has an incompatible MSRV (but hadn't yet managed to dig into why).

ctz commented 1 month ago

I think it is this crate -> security-framework 3 -> security-framework-sys 2.12. Kinda unclear why the -sys crate needed a MSRV bump from the upstream commits.

dependabot[bot] commented 1 month ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml