diff --git a/libs/utils/cap/Cargo.toml b/libs/utils/cap/Cargo.toml index 60f0fb1..0cc56ba 100644 --- a/libs/utils/cap/Cargo.toml +++ b/libs/utils/cap/Cargo.toml @@ -19,7 +19,7 @@ signal-hook = "0.3" signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } thiserror = "1" tokio = { version = "1", features = ["rt-multi-thread"] } -tracing = "0.1" +tracing = "=0.1.31" fluxcd-utils-cops = { version = "0.0.0", path = "../cops" } fluxcd-utils-telemetry = { version = "0.0.0", path = "../telemetry" } diff --git a/libs/utils/telemetry/Cargo.toml b/libs/utils/telemetry/Cargo.toml index 98ae4ba..52592de 100644 --- a/libs/utils/telemetry/Cargo.toml +++ b/libs/utils/telemetry/Cargo.toml @@ -10,5 +10,5 @@ eyre = "0.6" opentelemetry = { version = "0.17", features = ["rt-tokio"] } opentelemetry-jaeger = { version = "0.16", features = ["rt-tokio"] } tracing-opentelemetry = "0.17" -tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } +tracing-subscriber = { version = "=0.3.9", features = ["env-filter", "json"] } tracing-tree = "0.2"