bump: textsender-models
Release Tagging / release (pull_request) Successful in 26s
swoosh Build / Check (pull_request) Successful in 38s
swoosh Build / Test Suite (pull_request) Successful in 37s
swoosh Build / Rustfmt (pull_request) Successful in 36s
swoosh Build / Clippy (pull_request) Successful in 40s
swoosh Build / build (pull_request) Successful in 49s

This commit is contained in:
2026-06-07 15:09:37 -04:00
parent d959162b43
commit 891c287a3a
2 changed files with 3 additions and 4 deletions
Generated
+2 -3
View File
@@ -1658,13 +1658,12 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.2.5"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender-models.git?tag=v0.2.5-v0.3.0-migrate-38dbcb09f7-111#38dbcb09f7c2c572f429ec382c01e14b72b1d615"
version = "0.3.0"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender-models.git?tag=v0.3.0#d504108745b7b97a02eac24e16763cdb5e731f2b"
dependencies = [
"const_format",
"dotenvy",
"josekit",
"rand 0.10.1",
"serde",
"serde_json",
"time",
+1 -1
View File
@@ -18,7 +18,7 @@ uuid = { version = "1.23.1", features = ["v4", "serde"] }
base64-ng = { version = "1.0.6" }
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.2.5-v0.3.0-migrate-38dbcb09f7-111" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0" }
[dev-dependencies]
tempfile = { version = "3.27.0" }