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.4 #60

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
x509-cert dependencies patch 0.2.1 -> 0.2.4

Release Notes

RustCrypto/formats (x509-cert) ### [`v0.2.4`](https://togithub.com/RustCrypto/formats/blob/HEAD/x509-cert/CHANGELOG.md#024-2023-07-25) ##### Added - `add_attribute` to `RequestBuilder` ([#​1137]) ##### Changed - bump `serde_json` from 1.0.97 to 1.0.99 ([#​1122]) - use the shortest name when looking attr OID ([#​1130]) - bump `serde_json` from 1.0.100 to 1.0.103 ([#​1158]) ##### Fixed - RDN string representation ([#​1126]) - `Arbitrary` for certificates ([#​1150]) [#​1122]: https://togithub.com/RustCrypto/formats/pull/1122 [#​1126]: https://togithub.com/RustCrypto/formats/pull/1126 [#​1130]: https://togithub.com/RustCrypto/formats/pull/1130 [#​1137]: https://togithub.com/RustCrypto/formats/pull/1137 [#​1150]: https://togithub.com/RustCrypto/formats/pull/1150 [#​1158]: https://togithub.com/RustCrypto/formats/pull/1158 ### [`v0.2.3`](https://togithub.com/RustCrypto/formats/blob/HEAD/x509-cert/CHANGELOG.md#023-2023-05-30) ##### Added - Added `TryFrom` for `RelativeDistinguishedName` ([#​1092]) - Load a chain of certificates from a slice ([#​1081]) [#​1092]: https://togithub.com/RustCrypto/formats/pull/1092 [#​1081]: https://togithub.com/RustCrypto/formats/pull/1081 ### [`v0.2.2`](https://togithub.com/RustCrypto/formats/blob/HEAD/x509-cert/CHANGELOG.md#022-2023-05-19) ##### Added - Certificate builder ([#​764]) - Support for `RandomizedSigner` in builder ([#​1007]) - Provide parsing profiles ([#​987]) - Support for `Time::INFINITY` ([#​1024]) - Conversion from `std::net::IpAddr` ([#​1035]) - `CertReq` builder ([#​1034]) - missing extension implementations ([#​1050]) - notes about `UTCTime` range being 1970-2049 ([#​1052]) - consume the `SignatureBitStringEncoding` trait ([#​1048]) ##### Changed - use `ErrorKind::Value` for overlength serial ([#​988]) - Bump `hex-literal` to v0.4.1 ([#​999]) - Builder updates ([#​1001]) - better debug info when `zlint` isn't installed ([#​1018]) - make SKI optional in leaf certificate ([#​1028]) - bump rsa from 0.9.0-pre.2 to 0.9.0 ([#​1033]) - bump rsa from 0.9.1 to 0.9.2 ([#​1056]) ##### Fixed - fix `KeyUsage` bit tests ([#​993]) - extraneous PhantomData in `TbsCertificate` ([#​1017]) - CI flakiness ([#​1042]) - usage of ecdsa signer ([#​1043]) [#​764]: https://togithub.com/RustCrypto/formats/pull/764 [#​987]: https://togithub.com/RustCrypto/formats/pull/987 [#​988]: https://togithub.com/RustCrypto/formats/pull/988 [#​993]: https://togithub.com/RustCrypto/formats/pull/993 [#​999]: https://togithub.com/RustCrypto/formats/pull/999 [#​1001]: https://togithub.com/RustCrypto/formats/pull/1001 [#​1007]: https://togithub.com/RustCrypto/formats/pull/1007 [#​1017]: https://togithub.com/RustCrypto/formats/pull/1017 [#​1018]: https://togithub.com/RustCrypto/formats/pull/1018 [#​1024]: https://togithub.com/RustCrypto/formats/pull/1024 [#​1028]: https://togithub.com/RustCrypto/formats/pull/1028 [#​1033]: https://togithub.com/RustCrypto/formats/pull/1033 [#​1034]: https://togithub.com/RustCrypto/formats/pull/1034 [#​1035]: https://togithub.com/RustCrypto/formats/pull/1035 [#​1042]: https://togithub.com/RustCrypto/formats/pull/1042 [#​1043]: https://togithub.com/RustCrypto/formats/pull/1043 [#​1048]: https://togithub.com/RustCrypto/formats/pull/1048 [#​1050]: https://togithub.com/RustCrypto/formats/pull/1050 [#​1052]: https://togithub.com/RustCrypto/formats/pull/1052 [#​1056]: https://togithub.com/RustCrypto/formats/pull/1056

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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.

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.