refactor(lib): remove pin related unsafe code (#2220)

This commit is contained in:
Taiki Endo
2020-06-09 08:02:14 +09:00
committed by GitHub
parent d5d09ed753
commit 9998f0fd0b
3 changed files with 24 additions and 26 deletions

View File

@@ -30,7 +30,7 @@ httparse = "1.0"
h2 = "0.2.2"
itoa = "0.4.1"
log = "0.4"
pin-project = "0.4.17"
pin-project = "0.4.20"
time = "0.1"
tower-service = "0.3"
tokio = { version = "0.2.5", features = ["sync"] }