I've created a pull request and the check-bans test fails. As far as I understand, this is because multiple dependencies have been added more than once with differing versions (e.g. async-fs 1.6.0 and async-fs 2.1.1) which is not allowed. I didn't change anything about those dependencies though. What am I missing here?
The pull request for context: https://github.com/bevyengine/bevy/pull/11873