Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unneeded skipped crates for duplicate dependencies (bevyengine…
…#5678) # Objective The `deny.toml` file defines some crates that are skipped for duplicate dependency detection, because the issues are deeper in the dependency tree and not easily fixable. However, two of those exceptions are no longer necessary. ## Solution Remove `hashbrown` and `mio` from the skipped crates, according to `cargo deny check` this is no longer needed.
- Loading branch information