misc: bump packages

This commit is contained in:
2026-03-06 00:55:16 -05:00
Unverified
parent 8538068442
commit 5f858878b9
2 changed files with 331 additions and 46 deletions

View File

@@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.48", features = ["full"] }
tokio = { version = "1.50", features = ["full"] }
tokio-tungstenite = "0.28"
futures-util = "0.3.31"
tracing = "0.1.43"
tracing-subscriber = "0.3.22"
anyhow = "1.0.100"
rand = "0.9.2"
async-trait = "0.1.89"
local-ip-address = "0.6.9"
futures-util = "0.3"
tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1.0"
rand = "0.10"
async-trait = "0.1"
local-ip-address = "0.6"