File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ default-features = false
36
36
features = [" rustls-tls" ]
37
37
38
38
[dev-dependencies .tokio ]
39
- version = " 1"
39
+ version = " 1.0 "
40
40
features = [" macros" , " rt-multi-thread" ]
41
41
42
42
[features ]
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ targets = [
8
8
[advisories ]
9
9
unmaintained = " deny"
10
10
ignore = [
11
- # net2 is deprecated in favor of socket2
12
- # but hyper, mio, miow crates are still using net2
13
- " RUSTSEC-2020-0016" ,
14
11
]
15
12
16
13
[bans ]
@@ -22,16 +19,12 @@ deny = [
22
19
skip = [
23
20
# rustls depends on an old version
24
21
{ name = " base64" , version = " =0.12.3" },
25
- { name = " pin-project-lite" , version = " =0.1.11" },
26
-
27
- # mio uses an ancient version of winapi
28
- { name = " winapi" , version = " =0.2.8" },
29
22
30
23
# most crates still reference the pre 1.0 version
31
24
{ name = " cfg-if" , version = " =0.1.10" },
32
25
]
33
26
skip-tree = [
34
- # hyper uses an outdated version, hopefully fixed in the tokio 0.3 bump
27
+ # hyper (via h2) uses an outdated version
35
28
{ name = " pin-project" , version = " =0.4.27" },
36
29
]
37
30
You can’t perform that action at this time.
0 commit comments