NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
280 stars 37 forks source link

Don't use dependency versions that cause warnings. #1174

Closed ximon18 closed 7 months ago

ximon18 commented 7 months ago

This PR fixes issue #1173.

ximon18 commented 7 months ago

cargo update -p deunicode chose version 0.4.5 but frustratingly there is no tag for the new version in the deunicode Git repository :-( See: https://github.com/kornelski/deunicode/compare/v0.4.3...v0.4.5

ximon18 commented 7 months ago

Looking into the source code of the 0.4.5 deunicode crate it has a .cargo_vcs_info.json file that refers to Git rev 7b5b296449d8481654dfc3d03fd7ede949bcc582. A diff of that rev compared to v0.4.3 seems to be empty.

ximon18 commented 7 months ago

The differences in the hermit-abi crate dependency version compared to the new one chosen by cargo update -p hermit-abi@v0.3.1 are quite large. Unfortunately there is no GH release or changelog content I can see that summarizes it or points out what if anything is actually important.