Skip to content

CI error due to deprecated feature in dependency package ordered-multimap #538

@mario-nt

Description

@mario-nt

We are getting this CI error due to the ordered-multimap package:

image

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions