Skip to content

Commit

Permalink
Skip bitflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 2, 2024
1 parent fc12e76 commit 3073b4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
]
all-features = true

[advisories]
version = 2
Expand Down Expand Up @@ -37,10 +38,9 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
multiple-versions = "deny"
deny = []
skip = [
# tracing-subscriber depends on 2 different versions :(
{ name = "regex-syntax", version = "=0.6.29" },
# ditto :(
{ name = "regex-automata", version = "=0.1.10" },
{ crate = "bitflags@1.3.2", reason = "native-tls -> security-framework :(" },
{ crate = "regex-syntax@0.6.29", reason = "tracing-subscriber depends on 2 different versions :(" },
{ crate = "regex-automata@0.1.10", reason = "tracing-subscriber depends on 2 different versions :(" },
]
skip-tree = []

Expand Down

0 comments on commit 3073b4e

Please sign in to comment.