github / twirp-rs

Twirp RPC for Rust
MIT License
24 stars 2 forks source link

`cargo update` to fix a dependabot alert #14

Closed jorendorff closed 8 months ago

jorendorff commented 8 months ago

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.