1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Bump pin-project to 1.0 (#202)

This commit is contained in:
ghizzo01
2020-10-25 11:42:40 +01:00
committed by GitHub
parent 242bef269f
commit 704af672b9
6 changed files with 6 additions and 4 deletions

View File

@ -21,6 +21,6 @@ bytes = "0.5.2"
futures-core = { version = "0.3.4", default-features = false }
futures-sink = { version = "0.3.4", default-features = false }
log = "0.4"
pin-project = "0.4.17"
pin-project = "1.0.0"
tokio = { version = "0.2.5", default-features = false }
tokio-util = { version = "0.3.1", default-features = false, features = ["codec"] }