Updated tokio-tungstenite

This commit is contained in:
Dave
2026-02-24 11:16:45 +00:00
parent f1f298708e
commit 9c69e25933
2 changed files with 33 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ tempfile = "3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
toml = "1.0.3+spec-1.1.0"
uuid = { version = "1.21.0", features = ["v4", "serde"] }
tokio-tungstenite = "0.27"
tokio-tungstenite = "0.28.0"
walkdir = "2.5.0"