diff --git a/crates/systemd-credentials/Cargo.toml b/crates/systemd-credentials/Cargo.toml index 604204b..21adc83 100644 --- a/crates/systemd-credentials/Cargo.toml +++ b/crates/systemd-credentials/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] thiserror = "1" -tracing = "0.1.37" +tracing = "0" [dev-dependencies] test-ext = { workspace = true } diff --git a/crates/tracing-ecs/Cargo.toml b/crates/tracing-ecs/Cargo.toml index 2a63f36..5cd5411 100644 --- a/crates/tracing-ecs/Cargo.toml +++ b/crates/tracing-ecs/Cargo.toml @@ -4,12 +4,12 @@ version = "0.1.0" edition = "2021" [dependencies] -chrono = { version = "0.4.24", default-features = false, features = ["std", 'serde', 'clock'] } -serde = { version = "1.0.159", features = ['derive'] } -serde_json = "1.0.95" -tracing = "0.1.37" -tracing-core = { version = "0.1.30", default-features = false, features = ["std"] } -tracing-subscriber = { version = "0.3.16", features = ["env-filter", "serde_json"] } +chrono = { version = "0", default-features = false, features = ["std", 'serde', 'clock'] } +serde = { version = "1", features = ['derive'] } +serde_json = "1" +tracing = "0" +tracing-core = { version = "0", default-features = false, features = ["std"] } +tracing-subscriber = { version = "0", features = ["env-filter", "serde_json"] } [dev-dependencies] -tracing-test = "0.2.4" +tracing-test = "0"