diff --git a/Cargo.toml b/Cargo.toml index 993e3d3..cfc1791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.28.1", features = ["full"] } tracing = { version = "0.1.40", features = ["log"] } tracing-bunyan-formatter = "0.3.8" -tracing-log = "0.1.4" +tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] } uuid = { version = "1.3.4", features = ["v4", "serde"] } thiserror = "1.0"