Enable dependabot for all subcrate in workspace#1019
Enable dependabot for all subcrate in workspace#1019NobodyXu wants to merge 1 commit intoRustCrypto:masterfrom NobodyXu:dependabot
Conversation
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
I don't think this is necessary? |
Unfortunately it is, otherwise github dependabot won't check for new dependency in the subcrates/workspace, thus you won't be able to receive updates on new major releases in these subcrates. |
https://github.com/RustCrypto/formats/search?q=dependabot+chore%28deps%29&type=issues |
Thanks, I didn't know that! P.S. The link should be https://github.com/search?q=repo%3ARustCrypto%2Fformats+dependabot+chore%28deps%29&type=pullrequests |
Added - Certificate builder ([RustCrypto#764]) - Support for `RandomizedSigner` in builder ([RustCrypto#1007]) - Provide parsing profiles ([RustCrypto#987]) - Support for `Time::INFINITY` ([RustCrypto#1024]) - Conversion from `std::net::IpAddr` ([RustCrypto#1035]) - `CertReq` builder ([RustCrypto#1034]) Changed - use `ErrorKind::Value` for overlength serial ([RustCrypto#988]) - Bump `hex-literal` to v0.4.1 ([RustCrypto#999]) - Builder updates ([RustCrypto#1001]) - better debug info when `zlint` isn't installed ([RustCrypto#1018]) - make SKI optional in leaf certificate ([RustCrypto#1028]) - bump rsa from 0.9.0-pre.2 to 0.9.0 ([RustCrypto#1033]) Fixed - fix `KeyUsage` bit tests ([RustCrypto#993]) - extraneous PhantomData in `TbsCertificate` ([RustCrypto#1019])
Signed-off-by: Jiahao XU Jiahao_XU@outlook.com