Update rust (#34)
Release Tagging / release (push) Successful in 41s
Rust Build / Rustfmt (push) Successful in 37s
Rust Build / Check (push) Successful in 1m21s
Rust Build / Test Suite (push) Successful in 1m41s
Rust Build / build (push) Successful in 2m4s
Rust Build / Clippy (push) Successful in 2m8s

Reviewed-on: phoenix/textsender_models#34
This commit was merged in pull request #34.
This commit is contained in:
2026-07-10 11:30:31 -04:00
parent 151eeaacf6
commit 02061bf7a3
5 changed files with 28 additions and 28 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
[package]
name = "textsender_models"
version = "0.5.1"
version = "0.5.2"
edition = "2024"
rust-version = "1.96.1"
rust-version = "1.97"
description = "Models used for the textsender project"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
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" }