cargo update
textsender_models PR / Check (pull_request) Successful in 1m5s
textsender_models PR / Rustfmt (pull_request) Successful in 1m9s
textsender_models PR / Clippy (pull_request) Successful in 1m26s
Release Tagging / release (pull_request) Successful in 30s

This commit is contained in:
2026-07-02 13:14:42 -04:00
parent e111006b31
commit b9f90cec08
2 changed files with 152 additions and 427 deletions
Generated
+151 -426
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Models used for the textsender project"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" } serde_json = { version = "1.0.150" }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] } 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.3", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" } dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" } const_format = { version = "0.2.36" }