From 4cd9f5f5c001df2c2229b4c11192670fbd456a87 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Tue, 5 May 2026 18:00:40 +0200 Subject: [PATCH] Upgrade avt --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b444df..f784964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ dependencies = [ [[package]] name = "avt" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0f99f7bcce0e99d842c94947f8d0ab5f6f3abc08424e1a4b58a8a7ae30f7c7" +checksum = "7179c44abe2ac36173d4713bfed24136e5988f005c7fe2c4fcde621d3d4d29b9" dependencies = [ "rgb", "unicode-width 0.1.14", diff --git a/Cargo.toml b/Cargo.toml index 66ec9a2..e40e2ca 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.17" +avt = "0.18" 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"] }