pub fn remove_references(
root: &Path,
deleted_id: &str,
updated_by: &str,
) -> Result<Vec<String>, JoyError>Expand description
Remove references to a deleted item from other items’ deps and parent fields.
updated_by is recorded on each touched item so the audit trail names
the actor who triggered the dereference.