From 3ca99515f23f33f173106e60c9c1ace38534daed Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 12:55:29 -0400 Subject: [PATCH] Updated dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a9bc4f..62f65b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" serde = { version = "1.0.218", features = ["derive"] } serde_json = { version = "1.0.139" } rand = { version = "0.9" } -time = { version = "0.3.41", features = ["formatting", "macros", "serde"] } +time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.16.0", features = ["v4", "serde"] } [dev-dependencies] tempfile = { version = "3.19.1" }