This repository was archived by the owner on Dec 29, 2022. It is now read-only.
cargo update, pin "cargo" to 6a8eb71f6 #680
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lots of our dependencies are somewhat behind on patch versions. Some of these do affect us, like having env_logger
0.5.3
. I would have thought the lock file was for ensuring one developers experience is the same as anothers & as the release - rather than longer term freezing of dependencies.If the reason for the lack of wholesale semver-compatible updates is some specific ones we want to carefully control, would it be better to declaratively control these in the Cargo.toml file?
For this pr I've assumed cargo is the only such crate & have put a reference to the commit hash we're locked to & updated the rest.
Are they're others we want to control? Or perhaps I am missing a good reason to rarely update in this way?