From 23876c975d9c90a10b981296380798c4e2c63ea8 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:41:06 -0400 Subject: [PATCH] bump: time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f78c70..36ab073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", uuid = { version = "1.23.3", features = ["v4", "serde"] } argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version rand = { version = "0.10.1" } -time = { version = "0.3.47", features = ["macros", "serde"] } +time = { version = "0.3.49", features = ["macros", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.5.0", features = ["axum_extras"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }