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 der to 0.7.8 #53

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
der dependencies patch 0.7.2 -> 0.7.8

Release Notes

RustCrypto/formats (der) ### [`v0.7.8`](https://togithub.com/RustCrypto/formats/blob/HEAD/der/CHANGELOG.md#078-2023-08-07) ##### Added - `bytes` feature ([#​1156]) - impl `RefToOwned`/`OwnedToRef` for `&[u8]`/`Box<[u8]>` ([#​1188]) - `BmpString` ([#​1164]) ##### Changed - no-panic cleanup ([#​1169]) - Bump `der_derive` dependency to v0.7.2 ([#​1192]) [#​1156]: https://togithub.com/RustCrypto/formats/pull/1156 [#​1164]: https://togithub.com/RustCrypto/formats/pull/1164 [#​1169]: https://togithub.com/RustCrypto/formats/pull/1169 [#​1188]: https://togithub.com/RustCrypto/formats/pull/1188 [#​1192]: https://togithub.com/RustCrypto/formats/pull/1192 ### [`v0.7.7`](https://togithub.com/RustCrypto/formats/blob/HEAD/der/CHANGELOG.md#077-2023-06-29) ##### Added - `TryFrom` impl for strings based on `StrOwned` ([#​1064]) [#​1064]: https://togithub.com/RustCrypto/formats/pull/1064 ### [`v0.7.6`](https://togithub.com/RustCrypto/formats/blob/HEAD/der/CHANGELOG.md#076-2023-05-16) ##### Added - `SetOfVec::{extend, from_iter}` methods ([#​1065]) - `SetOf(Vec)::{insert, insert_ordered}` methods ([#​1067]) ##### Changed - Deprecate `SetOf(Vec)::add` ([#​1067]) ##### Fixed - Off-by-one error in `BMPString` tag ([#​1037]) - Handling of non-unique items in `SetOf`(Vec) ([#​1066]) [#​1037]: https://togithub.com/RustCrypto/formats/pull/1037 [#​1065]: https://togithub.com/RustCrypto/formats/pull/1065 [#​1066]: https://togithub.com/RustCrypto/formats/pull/1066 [#​1067]: https://togithub.com/RustCrypto/formats/pull/1067 ### [`v0.7.5`](https://togithub.com/RustCrypto/formats/blob/HEAD/der/CHANGELOG.md#075-2023-04-24) ##### Added - adds support for `DateTime::INFINITY` ([#​1026]) [#​1026]: https://togithub.com/RustCrypto/formats/pull/1026 ### [`v0.7.4`](https://togithub.com/RustCrypto/formats/blob/HEAD/der/CHANGELOG.md#074-2023-04-19) ##### Added - `Decode` and `Encode` impls for `PhantomData` ([#​1009]) - `ValueOrd` and `DerOrd` impls for `PhantomData` ([#​1012]) ##### Changed - Bump `hex-literal` dependency to v0.4.1 (\[[#​999](https://togithub.com/RustCrypto/formats/issues/999)]) - Bump `der_derive` dependency to v0.7.1 ([#​1016]) [#​1009]: https://togithub.com/RustCrypto/formats/pull/1009 [#​1012]: https://togithub.com/RustCrypto/formats/pull/1012 [#​1016]: https://togithub.com/RustCrypto/formats/pull/1016 ### [`v0.7.3`](https://togithub.com/RustCrypto/formats/blob/HEAD/der/CHANGELOG.md#073-2023-04-06) ##### Added - `UtcTime::MAX_YEAR` associated constant ([#​989]) [#​989]: https://togithub.com/RustCrypto/formats/pull/989

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.