Update #8

Merged
phoenix merged 8 commits from update into main 2026-06-14 18:08:36 -04:00
Showing only changes of commit 79f7146435 - Show all commits
+1 -1
View File
@@ -6,7 +6,7 @@ rust-version = "1.95"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.52.2", features = ["full"] }
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" }