Release 0.11.4
Fixed
- PR#414 resolved #484 by always sorting crates with the same name by their version so they are always deterministically sorted. Thanks @Veykril!
- PR#418 fixed an issue where duplicate crate versions would not be detected if the crate was sorted last in the crate graph.
Changed
- PR#415 updated dependencies, notably
regex
to fix RUSTSEC-2022-0013.