diff --git a/Cargo.lock b/Cargo.lock index 856ea61..292773f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1839,8 +1839,8 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" -version = "0.3.1" -source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.3.1-main-ab01daafea-871#ab01daafeaa9da1209f08ca946893f3dd0a3aad5" +version = "0.3.2" +source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.3.2#122f1183ac0e7b6ea7229d10d3f6d385fbfa047c" dependencies = [ "base64-ng", "const_format", @@ -1911,13 +1911,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", diff --git a/Cargo.toml b/Cargo.toml index b9ffaa0..a84c8c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,11 @@ edition = "2024" rust-version = "1.95" [dependencies] -# uuid = { version = "1.23.1", features = ["v4", "serde"] } -# serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" } tokio = { version = "1.52.2", features = ["full"] } futures = { version = "0.3.32" } -textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.2.5-v0.3.0-migrate-38dbcb09f7-111" } -swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.1-main-ab01daafea-871" } +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" } [dev-dependencies] async-std = { version = "1.13.2" }