pub type PatchSet = BTreeMap<String, DepsSet>;
Locally replace dependencies
struct PatchSet { /* private fields */ }