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-prelude/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipfs-api-prelude') diff --git a/ipfs-api-prelude/Cargo.toml b/ipfs-api-prelude/Cargo.toml index 21f9088..ed2c03b 100644 --- a/ipfs-api-prelude/Cargo.toml +++ b/ipfs-api-prelude/Cargo.toml @@ -17,7 +17,7 @@ with-builder = ["typed-builder"] [dependencies] async-trait = "0.1" bytes = "1.0" -common-multipart-rfc7578 = "0.3.0" +common-multipart-rfc7578 = { version = "0.3", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-actix-rt" } dirs = "3.0" futures = "0.3" http = "0.2" @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7" thiserror = "1.0" -tokio = "1.2" +tokio = "1" tokio-util = { version = "0.6", features = ["codec"] } tracing = "0.1" typed-builder = { version = "0.9", optional = true } -- cgit v1.2.3