chore: update pin-project-lite to 0.2.0 (#3139)

This commit is contained in:
Taiki Endo
2020-11-13 15:24:06 -08:00
committed by GitHub
parent 850bfc9efa
commit 60366ca0fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ futures-core = "0.3.0"
futures-sink = "0.3.0"
futures-io = { version = "0.3.0", optional = true }
log = "0.4"
pin-project-lite = "0.1.4"
pin-project-lite = "0.2.0"
slab = { version = "0.4.1", optional = true } # Backs `DelayQueue`
[dev-dependencies]
+1 -1
View File
@@ -91,7 +91,7 @@ time = []
[dependencies]
tokio-macros = { version = "0.3.0", path = "../tokio-macros", optional = true }
pin-project-lite = "0.1.1"
pin-project-lite = "0.2.0"
# Everything else is optional...
bytes = { version = "0.6.0", optional = true }