From 4b42a435fe32bdf2dd12455872d9c23d2ad24dff Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 3 May 2026 17:29:38 -0400 Subject: [PATCH] Cargo.toml time bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97ab0a4..76d9e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.145" } rand = { version = "0.9.2" } -time = { version = "0.3.44", features = ["formatting", "macros", "parsing", "serde"] } +time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.4.0", features = ["uuid", "time"] }