oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

Update Rust crate x509-cert to 0.2.1 - autoclosed #27

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
x509-cert dependencies minor 0.1.0 -> 0.2.1

Release Notes

RustCrypto/formats ### [`v0.2.1`](https://togithub.com/RustCrypto/formats/blob/HEAD/x509-cert/CHANGELOG.md#​021-2023-03-26) ##### Added - `FromStr` impls for `RdnSequence` (`Name`), `RelativeDistinguishedName`, and `AttributeTypeAndValue` ([#​949]) ##### Changed - Deprecate `encode_from_string` functions ([#​951]) [#​949]: https://togithub.com/RustCrypto/formats/pull/949 [#​951]: https://togithub.com/RustCrypto/formats/pull/951 ### [`v0.2.0`](https://togithub.com/RustCrypto/formats/blob/HEAD/x509-cert/CHANGELOG.md#​020-2023-03-18) ##### Added - Feature-gated `Arbitrary` impl for `Certificate` ([#​761]) - Allow request to be serialized to PEM ([#​819]) - `Display` impl for `SerialNumber` ([#​820]) - `std` feature implies `const-oid/std` ([#​874]) ##### Changed - Serial numbers are formatted as `PrintableString` ([#​794]) - `SerialNumber` is now a specialized object ([#​795]) - MSRV 1.65 ([#​805]) - Make types owned instead of reference-based ([#​806], [#​841]) - Bump `der` to v0.7 ([#​899]) - Bump `spki` to v0.7 ([#​900]) ##### Fixed - Handling of negative serial numbers ([#​823], [#​831]) ##### Removed - `alloc` feature: now unconditionally required ([#​841]) [#​761]: https://togithub.com/RustCrypto/formats/pull/761 [#​794]: https://togithub.com/RustCrypto/formats/pull/794 [#​795]: https://togithub.com/RustCrypto/formats/pull/795 [#​805]: https://togithub.com/RustCrypto/formats/pull/805 [#​806]: https://togithub.com/RustCrypto/formats/pull/806 [#​819]: https://togithub.com/RustCrypto/formats/pull/819 [#​820]: https://togithub.com/RustCrypto/formats/pull/820 [#​823]: https://togithub.com/RustCrypto/formats/pull/823 [#​831]: https://togithub.com/RustCrypto/formats/pull/831 [#​841]: https://togithub.com/RustCrypto/formats/pull/841 [#​874]: https://togithub.com/RustCrypto/formats/pull/874 [#​899]: https://togithub.com/RustCrypto/formats/pull/899 [#​900]: https://togithub.com/RustCrypto/formats/pull/900 ### [`v0.1.1`](https://togithub.com/RustCrypto/formats/blob/HEAD/x509-cert/CHANGELOG.md#​011-2022-12-10) ##### Added - Support `TeletexString` in `DirectoryString` ([#​692]) - Re-export `spki` ([#​701]) - `PemLabel` impl for `Certificate` ([#​763]) - `ValueOrd` impl for `Version` and other derived types ([#​723]) ##### Fixed - `countryName` should always be `PrintableString` ([#​760]) [#​692]: https://togithub.com/RustCrypto/formats/pull/692 [#​701]: https://togithub.com/RustCrypto/formats/pull/701 [#​723]: https://togithub.com/RustCrypto/formats/pull/723 [#​760]: https://togithub.com/RustCrypto/formats/pull/760 [#​763]: https://togithub.com/RustCrypto/formats/pull/763

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.