1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

update local deps

This commit is contained in:
Rob Ede
2021-01-09 15:19:16 +00:00
parent a2e03700e7
commit 6112a47529
6 changed files with 10 additions and 10 deletions

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"