From dd9ebeb197d21a8cc541a96e3da1099ac5f05d02 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:00:58 -0400 Subject: [PATCH] bump: serde_json and textsender_models --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0f1a16..9d447fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ rust-version = "1.96" tokio = { version = "1.52.3", features = ["full"] } futures = { version = "0.3.32" } serde = { version = "1.0.228", features = ["derive"] } -serde_json = { version = "1.0.149" } -textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" } +serde_json = { version = "1.0.150" } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0" } [dev-dependencies] tempfile = { version = "3.27.0" }