pub fn detect_graph_changes( old_packages: &FxHashMap<String, Package>, new_packages: &FxHashMap<String, Package>, ) -> GraphChange
Detects changes between old and new package sets.