Fix cargo deny (#1959)

This commit is contained in:
David Pedersen 2023-04-25 11:13:18 +02:00 committed by GitHub
parent 287ae644dc
commit 5f51b5b056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ 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
{ name = "regex-syntax" },
]
[sources]