Upgrade avt

This commit is contained in:
Marcin Kulik
2025-05-27 18:30:47 +02:00
parent 81464a6ba2
commit 8bb99b1ca6
2 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ rustyline = { version = "13.0.0", default-features = false }
config = { version = "0.15.11", default-features = false, features = ["toml"] }
which = "6.0.3"
tempfile = "3.9.0"
avt = "0.15.1"
avt = "0.16.0"
axum = { version = "0.8.4", default-features = false, features = ["http1", "ws"] }
tokio = { version = "1.44.2", features = ["rt-multi-thread", "net", "sync", "time"] }
futures-util = { version = "0.3.31", default-features = false, features = ["sink"] }