mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-26 08:00:01 +00:00
fix: fix parking_lot unresolved (#2025)
This commit is contained in:
@@ -6,7 +6,7 @@ license.workspace = true
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
tokio-console = ["console-subscriber", "tokio/tracing"]
|
tokio-console = ["console-subscriber", "tokio/tracing"]
|
||||||
deadlock_detection = ["parking_lot"]
|
deadlock_detection = ["parking_lot/deadlock_detection"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
@@ -21,9 +21,7 @@ opentelemetry = { version = "0.17", default-features = false, features = [
|
|||||||
"rt-tokio",
|
"rt-tokio",
|
||||||
] }
|
] }
|
||||||
opentelemetry-jaeger = { version = "0.16", features = ["rt-tokio"] }
|
opentelemetry-jaeger = { version = "0.16", features = ["rt-tokio"] }
|
||||||
parking_lot = { version = "0.12", features = [
|
parking_lot = { version = "0.12" }
|
||||||
"deadlock_detection",
|
|
||||||
], optional = true }
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
rs-snowflake = "0.6"
|
rs-snowflake = "0.6"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user