bump: uuid
textsender_models PR / Clippy (pull_request) Successful in 54s
Release Tagging / release (pull_request) Successful in 1m32s
textsender_models PR / Check (pull_request) Successful in 3m17s
textsender_models PR / Rustfmt (pull_request) Successful in 3m39s

This commit is contained in:
2026-07-10 11:23:38 -04:00
parent 7a8628d63c
commit cf114da086
+1 -1
View File
@@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] }
sqlx = { version = "0.9.0", features = ["runtime-tokio", "tls-native-tls", "postgres", "time", "uuid"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }