From 6112a47529ee636bc83572dcbf78b5d1a8bdb8b0 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 9 Jan 2021 15:19:16 +0000 Subject: [PATCH] update local deps --- actix-macros/Cargo.toml | 2 +- actix-server/Cargo.toml | 4 ++-- actix-service/Cargo.toml | 2 +- actix-tls/Cargo.toml | 4 ++-- actix-tracing/Cargo.toml | 4 ++-- actix-utils/Cargo.toml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index d88b0c2d..7392eb12 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -20,7 +20,7 @@ syn = { version = "^1", features = ["full"] } actix-reexport = [] [dev-dependencies] -actix-rt = "1.0" +actix-rt = "2.0.0-beta.2" futures-util = { version = "0.3", default-features = false } trybuild = "1" diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 2ceeaa21..ead85de0 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -24,8 +24,8 @@ default = [] [dependencies] actix-codec = "0.4.0-beta.1" -actix-rt = "2.0.0-beta.1" -actix-service = "2.0.0-beta.2" +actix-rt = "2.0.0-beta.2" +actix-service = "2.0.0-beta.3" actix-utils = "3.0.0-beta.1" futures-core = { version = "0.3.7", default-features = false } diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index afce1a41..e6cb1250 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -24,5 +24,5 @@ futures-core = { version = "0.3.7", default-features = false } pin-project-lite = "0.2" [dev-dependencies] -actix-rt = "1.0.0" +actix-rt = "2.0.0-beta.2" futures-util = { version = "0.3.7", default-features = false } diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index cfd6960a..8f23d60c 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -45,8 +45,8 @@ uri = ["http"] [dependencies] actix-codec = "0.4.0-beta.1" -actix-rt = "2.0.0-beta.1" -actix-service = "2.0.0-beta.2" +actix-rt = "2.0.0-beta.2" +actix-service = "2.0.0-beta.3" actix-utils = "3.0.0-beta.1" derive_more = "0.99.5" diff --git a/actix-tracing/Cargo.toml b/actix-tracing/Cargo.toml index 547f2d16..72f7b702 100644 --- a/actix-tracing/Cargo.toml +++ b/actix-tracing/Cargo.toml @@ -16,12 +16,12 @@ name = "actix_tracing" path = "src/lib.rs" [dependencies] -actix-service = "2.0.0-beta.2" +actix-service = "2.0.0-beta.3" futures-util = { version = "0.3.4", default-features = false } tracing = "0.1" tracing-futures = "0.2" [dev_dependencies] -actix-rt = "1.0" +actix-rt = "2.0.0-beta.2" slab = "0.4" diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index aab17fca..f038414c 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -17,8 +17,8 @@ path = "src/lib.rs" [dependencies] actix-codec = "0.4.0-beta.1" -actix-rt = "2.0.0-beta.1" -actix-service = "2.0.0-beta.2" +actix-rt = "2.0.0-beta.2" +actix-service = "2.0.0-beta.3" futures-core = { version = "0.3.7", default-features = false } futures-sink = { version = "0.3.7", default-features = false }