From 40f76dd22c5b366782f132349bf9268b958474a4 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Tue, 11 Feb 2025 20:03:50 +0100 Subject: [PATCH] Upgrade avt to the latest version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 900c435..72e1960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avt" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c72d2ab21480152ba01b79bf3f00197936314b780e21b9ef6f92ee1210c75ce" +checksum = "8c455a7c5217b369f7caf83403116ea9bba9c1d224a960f6ac37fc4a121b825c" dependencies = [ "rgb", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index 2640c60..37ad527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ config = { version = "0.14.0", default-features = false, features = ["toml", "in which = "6.0.0" tempfile = "3.9.0" scraper = { version = "0.19.0", default-features = false } -avt = "0.15.0" +avt = "0.15.1" axum = { version = "0.7.7", default-features = false, features = ["http1", "ws"] } tokio = { version = "1.35.1", features = ["full"] } futures-util = "0.3.30"