EmbarkStudios / cargo-about

📜 Cargo plugin to generate list of all licenses for a crate 🦀
http://embark.rs
Apache License 2.0
551 stars 32 forks source link

Update bytes (yanked), handlebars, and directly depend on semver #251

Closed oscargus closed 3 months ago

oscargus commented 3 months ago

Checklist

Description of Changes

bytes 1.6.0 is yanked, so installing with --locked brings up a warning.

While at it, I updated handlebars (no issues) and tried to update krates. I didn't succeed with the latter, but noted that semver was imported through krates and that re-export was removed in the latest version. Hence, I changed to directly depend on semver to at least make an update simpler at a later stage.

The second commit is a general cargo update, so either they are squashed upon merging if it wanted or I remove the second commit (or I squash them...).

Related Issues

List related issues here