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
+2
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]