diff --git a/Cargo.lock b/Cargo.lock index d1bb430..288e2e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,12 +143,13 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avt" -version = "0.9.0" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "236c3bb5a0c8ae65a25ffda61e9a97bd41088dd01eb1b3d3616036f37f18eb3c" +checksum = "189deedff143407ea16df37f3f0075f3b2f12a0bec3f3a279844d849a9d5c87c" dependencies = [ "rgb", "serde", + "unicode-width", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 780bb4e..099f76a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ config = { version = "0.14.0", default-features = false, features = ["toml", "in which = "6.0.0" tempfile = "3.9.0" scraper = { version = "0.15.0", default-features = false } -avt = "0.9.0" +avt = "0.10.3" axum = { version = "0.7.4", features = ["ws"] } tokio = { version = "1.35.1", features = ["full"] } futures-util = "0.3.30"