From dd03b0edb4928894b64b85cc44a4984a721650c2 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 23 Feb 2021 23:44:34 -0500 Subject: fixing actix examples by upgrading to new rt --- 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 531dc53..d8c117e 100644 --- a/ipfs-api-examples/Cargo.toml +++ b/ipfs-api-examples/Cargo.toml @@ -17,7 +17,7 @@ with-hyper = ["ipfs-api-backend-hyper", "tokio-hyper", "tokio-hyp with-actix = ["ipfs-api-backend-actix", "tokio-actix", "actix-rt"] [dependencies] -actix-rt = { version = "1.1", optional = true } +actix-rt = { version = "2.0", optional = true } 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 } -- cgit v1.2.3