cargo update
may silently update dependencies
#5530
Labels
C-bug
Category: bug
Command-update
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
In some situations,
cargo update
can change the version of a dependency, but it won't tell you that it updated it. I would expect that any changes to the lock file are accompanied with updating/removing/adding messages.Repro:
cargo update
to build the lock file.c
's version of bitflags to be"1.0"
.cargo update
again.c
's dependency will be updated, but there is no output telling you it updated something.The text was updated successfully, but these errors were encountered: