[x] I have added a description of my changes and why I'd like them included in the section below
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...).
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 updatekrates
. I didn't succeed with the latter, but noted thatsemver
was imported throughkrates
and that re-export was removed in the latest version. Hence, I changed to directly depend onsemver
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