pub fn update_table_dependencies(
dep_table: &mut Table,
crates_versions: &BTreeMap<String, String>,
overwrite: bool,
)Expand description
Updates dependencies within a specific TOML table.
This function modifies the dependency table in-place, updating versions and removing git/path-related fields as appropriate.
ยงArguments
dep_table- The TOML table containing dependenciescrates_versions- A map of crate names to their versionsoverwrite- If true, will overwrite local path dependencies