summaryrefslogtreecommitdiffstats
path: root/tokio-util
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2020-11-14 08:24:06 +0900
committerGitHub <noreply@github.com>2020-11-13 15:24:06 -0800
commit60366ca0fa3120f6c6d38cbd9087d0908e464120 (patch)
tree1d9566fbff59752371b0d930d556f7f7ff99e1dd /tokio-util
parent850bfc9efae252f5edab77c85a2756e7db42bedc (diff)
chore: update pin-project-lite to 0.2.0 (#3139)
Diffstat (limited to 'tokio-util')
-rw-r--r--tokio-util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml
index c089b805..bd397d7f 100644
--- a/tokio-util/Cargo.toml
+++ b/tokio-util/Cargo.toml
@@ -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]