Remove resolved deny.toml entries
This commit is contained in:
parent
9bf4493a21
commit
3ad64fb811
2 changed files with 1 additions and 7 deletions
|
|
@ -66,7 +66,7 @@ smol_str = "0.2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
image = { version = "0.24.0", default-features = false, features = ["png"] }
|
image = { version = "0.24.0", default-features = false, features = ["png"] }
|
||||||
simple_logger = { version = "2.1.0", default_features = false }
|
simple_logger = { version = "4.2.0", default_features = false }
|
||||||
|
|
||||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies]
|
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies]
|
||||||
softbuffer = "0.3.0"
|
softbuffer = "0.3.0"
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,7 @@ skip = [
|
||||||
{ name = "raw-window-handle" }, # we intentionally have multiple versions of this
|
{ name = "raw-window-handle" }, # we intentionally have multiple versions of this
|
||||||
{ name = "bitflags" }, # the ecosystem is in the process of migrating.
|
{ name = "bitflags" }, # the ecosystem is in the process of migrating.
|
||||||
{ name = "libloading" }, # x11rb uses a different version until the next update
|
{ name = "libloading" }, # x11rb uses a different version until the next update
|
||||||
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392
|
|
||||||
{ name = "num_enum"}, # See above ^, waiting for release
|
|
||||||
{ name = "num_enum_derive"}, # See above ^, waiting for release
|
|
||||||
{ name = "miniz_oxide"}, # https://github.com/rust-lang/flate2-rs/issues/340
|
|
||||||
{ name = "redox_syscall" }, # https://gitlab.redox-os.org/redox-os/orbclient/-/issues/46
|
{ name = "redox_syscall" }, # https://gitlab.redox-os.org/redox-os/orbclient/-/issues/46
|
||||||
{ name = "foreign-types-shared" }, # https://github.com/servo/core-foundation-rs/issues/634
|
|
||||||
{ name = "foreign-types" }, # See above ^, waiting for release
|
|
||||||
]
|
]
|
||||||
skip-tree = []
|
skip-tree = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue