You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, maybe, though it's unclear to me how much it helps on this crate since we do not check in the Cargo.lock file. We may want to run something like cargo-outdated so we know when we are holding back updates due to new major versions, but point releases and such I don't think should be too much of a concern.
Hmm, maybe, though it's unclear to me how much it helps on this crate since we do not check in the Cargo.lock file. We may want to run something like cargo-outdated so we know when we are holding back updates due to new major versions, but point releases and such I don't think should be too much of a concern.
Maybe we could run
cargo audit
on the CI for security audits. Just run it on my machine:The text was updated successfully, but these errors were encountered: