From 8bb99b1ca609f13b34f7ab48465bf8d44e2aad4e Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Tue, 27 May 2025 18:30:47 +0200 Subject: [PATCH] Upgrade avt --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79ba631..a89bca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "avt" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c455a7c5217b369f7caf83403116ea9bba9c1d224a960f6ac37fc4a121b825c" +checksum = "156203bcce48a54533c6a718509c22825c1ebbb606e6b313a6f13e8c6097bd13" dependencies = [ "rgb", "unicode-width", @@ -537,7 +537,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1292,7 +1292,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1536,7 +1536,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1549,7 +1549,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1874,7 +1874,7 @@ dependencies = [ "getrandom 0.3.2", "once_cell", "rustix 1.0.7", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2415,7 +2415,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 65e4d0e..4b9ffbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }