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

cargo update to fix a dependabot alert #14

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

jorendorff
Copy link
Contributor

@jorendorff jorendorff commented Feb 5, 2024

Dependabot has flagged the version of h2 in our Cargo.lock file. But this file is only used in CI; any downstream users (including Blackbird) would not use it. (Cargo doesn't even include it in the release and there is no way to use this file in a downstream application even if someone perversely wanted to.)

This kind of busywork is not a great use of my time, but I don't want alerts to pile up either.

@jorendorff jorendorff requested a review from a team as a code owner February 5, 2024 17:41
@jorendorff jorendorff merged commit 1c964be into main Feb 5, 2024
1 check passed
@jorendorff jorendorff deleted the jorendorff/update branch February 5, 2024 18:52
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