From 7771a0db1374b43d2c7445f29566a5e0bd38cf22 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 4 Apr 2021 19:37:24 -0400 Subject: use tokio 1 instead of 1.2 --- ipfs-api-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipfs-api-examples') diff --git a/ipfs-api-examples/Cargo.toml b/ipfs-api-examples/Cargo.toml index 4f8a355..121df64 100644 --- a/ipfs-api-examples/Cargo.toml +++ b/ipfs-api-examples/Cargo.toml @@ -22,6 +22,6 @@ futures = "0.3" ipfs-api-backend-actix = { version = "0.1", path = "../ipfs-api-backend-actix", optional = true } ipfs-api-backend-hyper = { version = "0.1", path = "../ipfs-api-backend-hyper", optional = true } tar = "0.4" -tokio = { version = "1.2", features = ["time"] } +tokio = { version = "1", features = ["time"] } tokio-stream = { version = "0.1", features = ["time"] } tracing-subscriber = { version = "0.2", features = ["fmt"] } -- cgit v1.2.3