Let\'s say my project A depends on library B that depends on library C.
Library B sets the dependency version to \"*\" (any) so cargo will download the latest versio
Since the anwser provided, Cargo has added the [patch] section to the manifest which allows you to do this use case.
[patch]
overriding-dependencies