mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 09:21:00 +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"
|
thiserror = "1.0"
|
||||||
tokio = { version = "1", default-features = false, features = ["sync"] }
|
tokio = { version = "1", default-features = false, features = ["sync"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-error = "0.1"
|
tracing-error = "0.2"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing-actix-web = { version = "0.4.0-beta.15" }
|
actix-rt = "2.3.0"
|
||||||
tracing-subscriber = { version = "0.2", features = ["fmt"] }
|
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]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|
Loading…
Reference in a new issue