mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 13:30:39 +00:00
Fix deny.toml
This commit is contained in:
parent
19ddc12e4e
commit
5d9f41edf3
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user