Skip to content

Commit ac4ba7b

Browse files
authored
Fix rolled back cargo-deny config (#3516)
1 parent 86e4442 commit ac4ba7b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

deny.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,6 @@ skip-tree = [
2323
{ name = "base64" },
2424
# parking_lot pulls in old versions of windows-sys
2525
{ name = "windows-sys" },
26-
# old version pulled in by rustls via ring
27-
{ name = "spin" },
28-
# lots still pulls in syn 1.x
29-
{ name = "syn" },
30-
# until 1.0 is out we're pulling in both 0.14 and 1.0-rc.x
31-
{ name = "hyper" },
32-
# pulled in by tracing-subscriber
33-
{ name = "regex-syntax" },
34-
# pulled in by tracing-subscriber
35-
{ name = "regex-automata" },
36-
# pulled in by hyper
37-
{ name = "socket2" },
38-
# hyper-util hasn't upgraded to 0.5 yet, but it's the same service / layer
39-
# crates beneath
40-
{ name = "tower" },
41-
# tower hasn't upgraded to 1.0 yet
42-
{ name = "sync_wrapper" },
4326
# pulled in by quickcheck and cookie
4427
{ name = "rand" },
4528
]

0 commit comments

Comments
 (0)