mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-30 06:21:07 +00:00
Fix deny.toml
This commit is contained in:
parent
19ddc12e4e
commit
5d9f41edf3
@ -25,8 +25,14 @@ skip-tree = [
|
|||||||
{ name = "spin" },
|
{ name = "spin" },
|
||||||
# lots still pulls in syn 1.x
|
# lots still pulls in syn 1.x
|
||||||
{ name = "syn" },
|
{ name = "syn" },
|
||||||
# old version pulled in by tracing-subscriber in dev-deps and examples
|
# pulled in by tracing-subscriber
|
||||||
{ name = "regex-syntax" },
|
{ 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]
|
[sources]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user