Workspace inheritance was stabilized recently and set to be released in Rust version 1.64 on September 22, 2022.
cargo-upgrade currently does not update dependencies in the [workspace.dependencies] table. Support for this should be added as one of the main motivations for workspace inheritance was updating the dependency version in one place not every member of the workspace.
Workspace inheritance was stabilized recently and set to be released in Rust version
1.64on September 22, 2022.cargo-upgradecurrently does not update dependencies in the[workspace.dependencies]table. Support for this should be added as one of the main motivations for workspace inheritance was updating the dependency version in one place not every member of the workspace.