Is there a variant of “cargo update” that will update the lock file with the _oldest_ versions of dependencies that still satisfy the server constraints in my Cargo.toml?
I want to relax some of the version constraints I’ve got, so would ideally like to test using the oldest versions not just the newest.
#RustLang #Cargo