Update deps (#7)
Rust Build / Check (push) Successful in 1m2s
Rust Build / Rustfmt (push) Successful in 36s
Rust Build / Test Suite (push) Successful in 1m23s
Rust Build / build (push) Successful in 52s
Rust Build / Clippy (push) Successful in 42s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-13 13:09:55 -04:00
parent d8cb2cee19
commit 79a3e47a1b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "clean_file"
version = "1.0.1"
version = "1.0.2"
edition = "2024"
rust-version = "1.95"
@@ -10,7 +10,7 @@ tokio = { version = "1.52.2", 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" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
[dev-dependencies]
tempfile = { version = "3.27.0" }