Skip to content

Commit

Permalink
Fix deny error
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed May 12, 2024
1 parent ab90ffb commit d7ad3c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ skip = []
skip-tree = [
{ crate = "windows-sys", reason = "several crates use outdated versions" },
{ crate = "bitflags", reason = "faccess, homedir, whoami, et al. can't agree"},
{ crate = "nix", reason = "homedir is on an older version" }
{ crate = "nix", reason = "homedir is on an older version" },
{ crate = "errno", reason = "exec and rustix pull in different versions" }
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit d7ad3c2

Please sign in to comment.