Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable dependabot for all subcrate in workspace #1019

Closed
wants to merge 1 commit into from
Closed

Enable dependabot for all subcrate in workspace #1019

wants to merge 1 commit into from

Conversation

NobodyXu
Copy link
Contributor

Signed-off-by: Jiahao XU Jiahao_XU@outlook.com

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@tarcieri
Copy link
Member

I don't think this is necessary?

@NobodyXu
Copy link
Contributor Author

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.

@tarcieri
Copy link
Member

otherwise github dependabot won't check for new dependency in the subcrates/workspace

https://github.com/RustCrypto/formats/search?q=dependabot+chore%28deps%29&type=issues

@NobodyXu
Copy link
Contributor Author

otherwise github dependabot won't check for new dependency in the subcrates/workspace

https://github.com/RustCrypto/formats/search?q=dependabot+chore%28deps%29&type=issues

Thanks, I didn't know that!
I checked the github doc and I didn't realize that it can do this for rust.

P.S. The link should be https://github.com/search?q=repo%3ARustCrypto%2Fformats+dependabot+chore%28deps%29&type=pullrequests

@NobodyXu NobodyXu closed this Apr 21, 2023
@NobodyXu NobodyXu deleted the dependabot branch April 21, 2023 13:00
baloo added a commit to baloo/formats that referenced this pull request May 3, 2023
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])
@baloo baloo mentioned this pull request May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants