mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

dependency on yanked ahash@0.7.6 #491

Open dignifiedquire opened 8 months ago

dignifiedquire commented 8 months ago

This is through the outdated indexmap@1.9.3 -> hashbrown@0.12 -> ahash@0.7

Dispersia commented 8 months ago

also just got hit with this, it already works in master, just needs a release cut as the dependency has already been updated. just temporarily pointing using git instead of version to fix it (unfortunately seems to have hit a lot of crates, including sqlx 0.6 thought 0.7 works)

matthiasbeyer commented 8 months ago

If you want, you can file a update PR targeting the release-0.13.x branch for updating indexmap and we'll see whether this runs through CI smoothly, so I can have that fixed in a 0.13.4 release... Because 0.13.4 might be there sooner than 0.14.0... :thinking:

dignifiedquire commented 8 months ago

ahash@0.7.7 was released, making backports much less urgent luckily

matthiasbeyer commented 8 months ago

So we can wait until dependabot comes around, can't we?

polarathene commented 8 months ago

Dependency resolved depends on rust toolchain used.


So we can wait until dependabot comes around, can't we?

No action required AFAIK?