diff --git a/deny.toml b/deny.toml index 845aa847c..01377b90b 100644 --- a/deny.toml +++ b/deny.toml @@ -58,13 +58,13 @@ skip = [ { name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x { name = "thiserror-impl" }, # same as above { name = "toml_datetime" }, # required while eco-system updates to toml 1.0 - { name = "windows-sys" }, # mostly hopeless to avoid ] skip-tree = [ { name = "hashbrown" }, # wgpu's naga depends on 0.16, accesskit depends on 0.15 { name = "rfd" }, # example dependency { name = "windows" }, # the ecosystem is currently transitioning from 0.58 to 0.61 { name = "phf" }, # mime_guess2, unicode_names2 -> 0.11.3; accesskit -> 0.13.1 + { name = "windows-sys" }, # mostly hopeless to avoid ]