Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deny.toml: Added skips for some duplicate dependencies in Cargo.lock
With the bump to wgpu 22.1, the hashbrown, syn, and bitflag crates all trigger `cargo deny` due to multiple versions being found in Cargo.lock. Different top-level dependencies are depending on different major versions of these crates, and the top-level dependencies are all the most recent version, so I don't think there's anything we can do to dedup these.
- Loading branch information