tracing should use parking lot too
This commit is contained in:
parent
1aebcd2783
commit
58643d605c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3637,6 +3637,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"parking_lot 0.12.0",
|
||||
"sharded-slab",
|
||||
"smallvec",
|
||||
"thread_local",
|
||||
|
@ -32,7 +32,7 @@ tokio = { version = "1.18.2", features = ["full"] }
|
||||
toml = "0.5.9"
|
||||
tracing = "0.1.34"
|
||||
# TODO: tracing-subscriber has serde and serde_json features that we might want to use
|
||||
tracing-subscriber = "0.3.11"
|
||||
tracing-subscriber = { version = "0.3.11", features = ["parking_lot"] }
|
||||
url = "2.2.2"
|
||||
# TODO: replace warp with axum?
|
||||
warp = "0.3.2"
|
||||
|
Loading…
Reference in New Issue
Block a user