You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is fixed in the v0.7.1 of ordered-multimap, but to get that newer version, the config-rs package needs to bump the rust-ini v0.19.0 to v0.20.0.
That dependency update is already present in the Cargo.toml file of the github repo for the config-rs package, but the crates.io package that we download in the project, still uses the v0.19.0.
I have already opened an issue in the config-rs project so they can update the crates.io package with the latest changes: rust-cli/config-rs#548
The text was updated successfully, but these errors were encountered:
One of the contributors answered telling that dependency change will be out in the next release of config, so we need to wait until the next version.
mario-nt
changed the title
CI error due to deprecated feature in dependency package oredered-multimap
CI error due to deprecated feature in dependency package ordered-multimap
Mar 16, 2024
We are getting this CI error due to the ordered-multimap package:
I think it has been fixed in the v0.7.0, but we are using the 0.6.0.
The dependency tree is the following:
Torrust Index -> config-rs v0.14.0 -> rust-ini v0.19.0 -> ordered-multimap 0.6.0.
The error is fixed in the v0.7.1 of ordered-multimap, but to get that newer version, the config-rs package needs to bump the rust-ini v0.19.0 to v0.20.0.
That dependency update is already present in the Cargo.toml file of the github repo for the config-rs package, but the crates.io package that we download in the project, still uses the v0.19.0.
I have already opened an issue in the config-rs project so they can update the crates.io package with the latest changes:
rust-cli/config-rs#548
The text was updated successfully, but these errors were encountered: