From 97381405f283ca5bee8766cf60397a97694ed501 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 2 Jul 2025 10:42:03 -0700 Subject: [PATCH] chore: bump time crate dependency for .replace_nanosecond feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c19b111..b336124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["syslog", "logs", "logging"] [dependencies] hostname = "0.4" -time = { version = "0.3.5", features = ["local-offset", "formatting"] } +time = { version = "0.3.9", features = ["local-offset", "formatting"] } log = { version = "0.4.8", features = [ "std" ] } libc = "0.2.112"