Remove resolved cargo-deny skip-tree config of tracing-subscriber (#3468)

This commit is contained in:
tottoto 2025-09-12 22:23:09 +09:00 committed by GitHub
parent 490cde6048
commit 14f15252ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,10 +25,6 @@ skip-tree = [
{ name = "spin" },
# lots still pulls in syn 1.x
{ name = "syn" },
# pulled in by tracing-subscriber
{ name = "regex-syntax" },
# pulled in by tracing-subscriber
{ name = "regex-automata" },
# pulled in by hyper
{ name = "socket2" },
# pulled in by quickcheck and cookie