Skip to content
New issue

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

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

Already on GitHub? # to your account

Cargo: 0.17.0 -> 0.18.0, update cc, data-encoding, oid-registry #183

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cpu
Copy link
Collaborator

@cpu cpu commented Feb 10, 2025

Cargo: 0.17.0 -> 0.18.0

This commit updates the version number to reflect that a breaking change was made in master. This in turn fixes the
cargo-semver-checks-action finding in CI.

In ce50cdb a new variant (GeneralName:Invalid) was added to GeneralName, and since that enum isn't marked non_exhaustive, this is a semver incompatible change that necessitates increasing the Cargo version.

This was correctly flagged by the CI cargo-semver-checks action, but since the commit was pushed directly to master it seems to have been overlooked.

@chifflier would you be open to switching to a pull request workflow? I would be available to try and review incoming PRs if you're interested in that, but even if you merge them yourself without review I think it's worthwhile as a way to verify CI passes pre-merge.

Cargo: update cc, data-encoding, oid-registry

Updates 3 packages to latest compatible versions:
Updating cc v1.2.11 -> v1.2.13
Updating data-encoding v2.7.0 -> v2.8.0
Updating oid-registry v0.8.0 -> v0.8.1

Notably the oid-registry update requires replacing usages of the deprecated typo'd OID_X509_EXT_INHIBITANT_ANY_POLICY OID with OID_X509_EXT_INHIBIT_ANY_POLICY.

Replaces #181, #182 where I noticed the builds failling.

cpu added 2 commits February 10, 2025 12:09
This commit updates the version number to reflect that a breaking change
was made in `master`. This in turn fixes the
`cargo-semver-checks-action` finding in CI.
Updates 3 packages to latest compatible versions
  Updating cc v1.2.11 -> v1.2.13
  Updating data-encoding v2.7.0 -> v2.8.0
  Updating oid-registry v0.8.0 -> v0.8.1

Notably the oid-registry update requires replacing usages of the
deprecated typo'd `OID_X509_EXT_INHIBITANT_ANY_POLICY` OID with
`OID_X509_EXT_INHIBIT_ANY_POLICY`.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant