bump: time
textsender_api PR / Rustfmt (pull_request) Successful in 47s
textsender_api PR / Check (pull_request) Successful in 1m24s
textsender_api PR / Clippy (pull_request) Successful in 1m54s

This commit is contained in:
2026-07-04 18:18:01 -04:00
parent 9e43e5df75
commit 97ba96ea12
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ tower-http = { version = "0.6.11", features = ["cors", "timeout"] }
tracing-subscriber = "0.3.23"
uuid = { version = "1.23.3", features = ["v4", "serde"] }
sqlx = { version = "0.9.0", features = ["runtime-tokio", "tls-native-tls", "postgres", "time", "uuid"] }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] }
jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }