From df58fd08256df3758d628a7d2aa6bda11ccbd1e0 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 10 Jun 2025 15:22:13 +0200 Subject: [PATCH] fmt --- plugins/log/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 4303e68f..89987fdb 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -31,7 +31,12 @@ thiserror = { workspace = true } serde_repr = "0.1" byte-unit = "5" log = { workspace = true, features = ["kv_unstable"] } -time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] } +time = { version = "0.3", features = [ + "formatting", + "local-offset", + "macros", + "parsing" +] } fern = "0.7" tracing = { workspace = true, optional = true }