From c85d14e4ee09652b0fe971e250d341cc4107c2ee Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 19:02:24 -0400 Subject: [PATCH] bump: time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b390608..769e131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = { version = "0.3.32" } mime_guess = { version = "2.0.5" } uuid = { version = "1.23.3", features = ["v4", "serde"] } sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] } -time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } +time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } thiserror = "2.0.18" base64 = "0.22.1" jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }