diff --git a/deny.toml b/deny.toml index 0c7b64e..a9b0c28 100644 --- a/deny.toml +++ b/deny.toml @@ -47,7 +47,10 @@ ignore = true # Lint level for when multiple versions of the same crate are detected multiple-versions = "deny" skip = [] -skip-tree = [] +skip-tree = [ + # Some crates manipulating prints to stdout depend on an older version of windows-sys + { name = "windows-sys", depth = 3, version = "0.48" }, +] # This section is considered when running `cargo deny check sources`. # More documentation about the 'sources' section can be found here: