Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rustls-webpki requirement from 0.102 to 0.103 #441

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Updates the requirements on rustls-webpki to permit the latest version.

Release notes

Sourced from rustls-webpki's releases.

0.103.0

  • Breaking change: add context to name validation errors. This adds a value to the CertNotValidForName error variant.
  • Breaking change: stop Error being Copy -- the above change required this, as it started to have an allocated field.
  • Breaking change: add context to time-based errors. This adds fields to the CertNotValidYet, CertExpired, and CrlExpired error variants.
  • Breaking change: use algorithm identifiers from rustls-pki-types. This removes the alg_id module from this crate's public interface.
  • Breaking change: remove reexport of rustls-pki-types.
  • Breaking change: remove provider features from default feature set, and rename aws_lc_rs feature to aws-lc-rs.

What's Changed

Full Changelog: rustls/webpki@v/0.102.8...v/0.103.0

Commits
  • 5c72344 Include ignored tests in coverage measurement
  • d800833 Run all tests in CI
  • 9da0b63 build(deps): bump cryptography from 44.0.0 to 44.0.1
  • 84b1463 rustfmt: style_edition 2024
  • 59f69f3 build(deps): bump seanmiddleditch/gha-setup-ninja from 5 to 6
  • a182fb0 Add context to CrlExpired errors
  • 3f08209 Test for cert time validity
  • dee8d0a Add context to CertExpired errors
  • 1c770af Add context to CertNotValidYet errors
  • 739d98c Remove re-export of rustls-pki-types
  • Additional commits viewable 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 24, 2025
@flavio
Copy link
Member

flavio commented Feb 26, 2025

This can be closed, it has been addressed by #442

@flavio flavio closed this Feb 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@flavio flavio deleted the dependabot/cargo/rustls-webpki-0.103 branch February 26, 2025 16:02
@flavio flavio restored the dependabot/cargo/rustls-webpki-0.103 branch February 26, 2025 17:38
@flavio flavio reopened this Feb 26, 2025
flavio
flavio previously approved these changes Feb 26, 2025
Copy link
Member

@flavio flavio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't realize @fabriziosestito fixed the PR by submitting a PR against this PR!

dependabot bot and others added 2 commits February 26, 2025 18:47
Updates the requirements on [rustls-webpki](https://github.com/rustls/webpki) to permit the latest version.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.102.0...v/0.103.0)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
@flavio flavio force-pushed the dependabot/cargo/rustls-webpki-0.103 branch from 58dc6f5 to 5dd4d99 Compare February 26, 2025 17:58
@flavio flavio merged commit c4c7adf into main Feb 26, 2025
20 checks passed
@flavio flavio deleted the dependabot/cargo/rustls-webpki-0.103 branch February 26, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants