Updating package name

This commit is contained in:
2026-06-13 13:14:52 -04:00
parent 6396bc861b
commit c52b440954
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -1839,8 +1839,8 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "swoosh" name = "swoosh"
version = "0.3.2" version = "0.3.3"
source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.3.2#122f1183ac0e7b6ea7229d10d3f6d385fbfa047c" source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.3.3#1aa2c5870c718ae202aa7c8ac588a7e5fd479b06"
dependencies = [ dependencies = [
"base64-ng", "base64-ng",
"const_format", "const_format",
@@ -1912,7 +1912,7 @@ dependencies = [
[[package]] [[package]]
name = "textsender_models" name = "textsender_models"
version = "0.3.0" version = "0.3.0"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender-models.git?tag=v0.3.0#d504108745b7b97a02eac24e16763cdb5e731f2b" source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.0#d504108745b7b97a02eac24e16763cdb5e731f2b"
dependencies = [ dependencies = [
"const_format", "const_format",
"dotenvy", "dotenvy",
+2 -2
View File
@@ -8,8 +8,8 @@ rust-version = "1.95"
serde_json = { version = "1.0.149" } serde_json = { version = "1.0.149" }
tokio = { version = "1.52.2", features = ["full"] } tokio = { version = "1.52.2", features = ["full"] }
futures = { version = "0.3.32" } futures = { version = "0.3.32" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.2" } swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.3" }
[dev-dependencies] [dev-dependencies]
async-std = { version = "1.13.2" } async-std = { version = "1.13.2" }