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

revert 1.0.3 changes

This commit is contained in:
Nikolay Kim
2020-01-15 13:24:38 -08:00
parent 5940731ef0
commit 3116db5168
5 changed files with 20 additions and 21 deletions

View File

@ -10,15 +10,14 @@ documentation = "https://docs.rs/actix-tracing/"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
edition = "2018"
workspace = ".."
[lib]
name = "actix_tracing"
path = "src/lib.rs"
[dependencies]
actix-service = "1.0"
futures-util = "0.3"
actix-service = "1.0.3"
futures-util = "0.3.1"
tracing = "0.1"
tracing-futures = "0.2"