diff options
Diffstat (limited to 'libs/leash/Cargo.toml')
| -rw-r--r-- | libs/leash/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/leash/Cargo.toml b/libs/leash/Cargo.toml index b96f384..7153cf9 100644 --- a/libs/leash/Cargo.toml +++ b/libs/leash/Cargo.toml @@ -6,14 +6,14 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -shared = { path = "../shared" } -anyhow = "1.0.68" -tokio = { version = "1.23.1", features = ["rt", "signal"] } -serde = "1.0.152" +shared = { workspace = true } +anyhow = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } +opentelemetry = { workspace = true } +tracing-opentelemetry = { workspace = true } +tracing = { workspace = true } + tracing-log = { version = "0.1.3", features = ["env_logger"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } -tracing = "0.1.37" -env_logger = "0.10.0" -tracing-opentelemetry = "0.18.0" -opentelemetry = { version ="0.18.0", features = ["rt-tokio"] } opentelemetry-otlp = { version = "0.11.0", features = ["metrics"] } |
