1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

update local deps

This commit is contained in:
Rob Ede 2021-01-09 15:19:16 +00:00
parent a2e03700e7
commit 6112a47529
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
6 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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 }

View File

@ -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 }

View File

@ -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"

View File

@ -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"

View File

@ -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 }