diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 89987fdb..d873ab69 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -35,7 +35,7 @@ time = { version = "0.3", features = [ "formatting", "local-offset", "macros", - "parsing" + "parsing", ] } fern = "0.7" tracing = { workspace = true, optional = true }