diff --git a/Cargo.lock b/Cargo.lock index def3841..ee161ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ dependencies = [ [[package]] name = "avt" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156203bcce48a54533c6a718509c22825c1ebbb606e6b313a6f13e8c6097bd13" +checksum = "fa0f99f7bcce0e99d842c94947f8d0ab5f6f3abc08424e1a4b58a8a7ae30f7c7" dependencies = [ "rgb", "unicode-width 0.1.14", diff --git a/Cargo.toml b/Cargo.toml index 697f1f1..9c2d7ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rustyline = { version = "17.0", default-features = false } config = { version = "0.15", default-features = false, features = ["toml"] } which = "8.0" tempfile = "3.23" -avt = "0.16" +avt = "0.17" axum = { version = "0.8", default-features = false, features = ["http1", "ws"] } tokio = { version = "1.40", features = ["rt-multi-thread", "net", "sync", "time", "fs", "process"] } futures-util = { version = "0.3", default-features = false, features = ["sink"] }