Please release a new version of fluent-bundle
The last update has been a year ago and it depends on some old libs like self_cell (which is now 4 years ago)
https://crates.io/crates/fluent-bundle/0.15.3/dependencies
https://github.com/Voultapher/self_cell/releases
Same story for rust-hash
It makes cargo-deny sad for some packages:
```
error[duplicate]: found 2 duplicate entries for crate 'self_cell'
┌─ /github/workspace/Cargo.lock:225:1
│
225 │ ╭ self_cell 0.10.3 registry+https://github.com/rust-lang/crates.io-index
226 │ │ self_cell 1.2.0 registry+https://github.com/rust-lang/crates.io-index
│ ╰─────────────────────────────────────────────────────────────────────┘ lock entries
```
```
error[duplicate]: found 2 duplicate entries for crate 'rustc-hash'
┌─ /github/workspace/Cargo.lock:217:1
│
217 │ ╭ rustc-hash 1.1.0 registry+https://github.com/rust-lang/crates.io-index
218 │ │ rustc-hash 2.1.1 registry+https://github.com/rust-lang/crates.io-index
│ ╰──────────────────────────────────────────────────────────────────────┘ lock entries
```
Thanks!
关闭于 2025-05-22 7 条评论