1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

prepare actix-utils release 3.0.1

This commit is contained in:
Rob Ede
2022-10-21 03:15:48 +01:00
parent ade71b7bd3
commit d5a9a6a1c5
5 changed files with 14 additions and 11 deletions

View File

@ -16,12 +16,12 @@ name = "actix_tracing"
path = "src/lib.rs"
[dependencies]
actix-service = "2.0.0"
actix-utils = "3.0.0"
actix-service = "2"
actix-utils = "3"
tracing = "0.1.35"
tracing-futures = "0.2"
[dev_dependencies]
actix-rt = "2.0.0"
actix-rt = "2"
slab = "0.4"