In the Cargo.toml file the required version for the dependency library rust-ini is 0.20.0:
https://github.com/mehcode/config-rs/blob/4896caf29a71174eeb6af884bba84bb99ca9bb87/Cargo.toml#L36
However, in the crates.io page and when downloading the package, the required version is 0.19.0:

We are getting some workflows errors due to outdated packages that rust-ini v0.19.0 uses (because when using the config-rs version from crates.io, we get the v0.19.0 in the dependency instead of 0.20.0)