mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-13 05:01:17 +00:00
Update tracing-subscriber
This commit is contained in:
parent
fa08da9158
commit
200c298de0
1 changed files with 4 additions and 3 deletions
|
@ -40,12 +40,13 @@ sha3 = { version = "0.9", optional = true }
|
|||
thiserror = "1.0"
|
||||
tokio = { version = "1", default-features = false, features = ["sync"] }
|
||||
tracing = "0.1"
|
||||
tracing-error = "0.1"
|
||||
tracing-error = "0.2"
|
||||
tracing-futures = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-actix-web = { version = "0.4.0-beta.15" }
|
||||
tracing-subscriber = { version = "0.2", features = ["fmt"] }
|
||||
actix-rt = "2.3.0"
|
||||
tracing-actix-web = { version = "0.4.0-beta.15", git = "https://github.com/asonix/tracing-actix-web", branch = "asonix/update-tracing-subscriber" }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
Loading…
Reference in a new issue