Compare commits

..
Author SHA1 Message Date
phoenix 9ae0e390fb Utilizing features
Release Tagging / release (pull_request) Successful in 26s
swoosh Build / Test Suite (pull_request) Successful in 1m18s
swoosh Build / Rustfmt (pull_request) Successful in 27s
swoosh Build / Check (pull_request) Successful in 2m49s
swoosh Build / Clippy (pull_request) Successful in 1m13s
swoosh Build / build (pull_request) Successful in 2m35s
2026-06-14 17:28:08 -04:00
phoenix 3cfa757a07 Updating packages (#8)
Release Tagging / release (push) Successful in 55s
swoosh Build / Check (push) Successful in 1m34s
swoosh Build / Rustfmt (push) Successful in 39s
swoosh Build / Test Suite (push) Successful in 2m2s
swoosh Build / Clippy (push) Successful in 1m24s
swoosh Build / build (push) Successful in 1m21s
Reviewed-on: #8
2026-06-13 16:43:23 -04:00
2 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -1657,8 +1657,8 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.3.1"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.1#ba998096cb5d35dae8e627136a795c4d9af5c8f5"
version = "0.3.4"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.4-28-e7834093a6-111#e7834093a6dc5e559d0ecb0c17907cb2d8d11d3a"
dependencies = [
"const_format",
"dotenvy",
+2 -2
View File
@@ -15,10 +15,10 @@ reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipa
rand = { version = "0.10.1" }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
base64-ng = { version = "1.0.6" }
base64-ng = { version = "1.0.8" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.1" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.4-28-e7834093a6-111", features = ["config", "contact", "message"] }
[dev-dependencies]
tempfile = { version = "3.27.0" }