bump: time
Rust Build / Rustfmt (pull_request) Successful in 53s
Rust Build / Clippy (pull_request) Successful in 1m39s
Rust Build / Check (pull_request) Successful in 1m47s

This commit is contained in:
2026-06-14 18:41:06 -04:00
parent 8e5721d7f9
commit 23876c975d
+1 -1
View File
@@ -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"] }