Uh oh!
There was an error while loading. Please reload this page.
Enable dependabot for all subcrate in workspace - #1019
Conversation
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
tarcieri
commented
Apr 21, 2023
I don't think this is necessary? |
NobodyXu
commented
Apr 21, 2023
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. |
tarcieri
commented
Apr 21, 2023
https://github.com/RustCrypto/formats/search?q=dependabot+chore%28deps%29&type=issues |
NobodyXu
commented
Apr 21, 2023
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