Skip to content

Commit

Permalink
Fix deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Jul 17, 2023
1 parent 19ddc12 commit 5d9f41e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ skip-tree = [
{ name = "spin" },
# lots still pulls in syn 1.x
{ name = "syn" },
# old version pulled in by tracing-subscriber in dev-deps and examples
# pulled in by tracing-subscriber
{ name = "regex-syntax" },
# pulled in by tracing-subscriber
{ name = "regex-automata" },
# pulled in by h2
{ name = "indexmap" },
# pulled in by axum, can't update without breaking changes
{ name = "bitflags" },
]

[sources]
Expand Down

0 comments on commit 5d9f41e

Please sign in to comment.