Skip to content

Commit

Permalink
update duplicate dependencies after winit update (bevyengine#2212)
Browse files Browse the repository at this point in the history
After winit update in bevyengine#2186, a bunch of duplicated dependencies changed.

Most are related to a new dependency, https://github.com/onurzdg/mio-misc, that has a few older versions in its dependencies
  • Loading branch information
mockersf authored and ostwilkens committed Jul 27, 2021
1 parent d2a2c5c commit 7e7cc82
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,22 @@ skip = [
{ name = "core-foundation-sys", version = "0.6" },
{ name = "core-foundation-sys", version = "0.7" },
{ name = "core-graphics", version = "0.19" },
{ name = "crossbeam-channel", version = "0.4" },
{ name = "crossbeam-utils", version = "0.7" },
{ name = "fixedbitset", version = "0.2" },
{ name = "getrandom", version = "0.1" },
{ name = "libm", version = "0.1" },
{ name = "mach", version = "0.2" },
{ name = "mio", version = "0.6" },
{ name = "miow", version = "0.2" },
{ name = "ndk", version = "0.2" },
{ name = "ndk-glue", version = "0.2" },
{ name = "num_enum", version = "0.4" },
{ name = "num_enum_derive", version = "0.4" },
{ name = "rand", version = "0.7" },
{ name = "rand_chacha", version = "0.2" },
{ name = "rand_core", version = "0.5" },
{ name = "rand_hc", version = "0.2" },
{ name = "stdweb", version = "0.1" },
{ name = "winapi", version = "0.2" },
{ name = "wasi", version = "0.9" },
]

[sources]
Expand Down

0 comments on commit 7e7cc82

Please sign in to comment.