From 69af8cc55dc874585087eeeae633f9df99af4009 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Tue, 3 Jun 2025 12:26:30 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87c53ad..862220b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ doctest = false [dependencies] futures-util = "0.3.31" async-channel = "2.3.1" -autoerr = "0.0.3" +autoerr = "0.0" pin-project-lite = "0.2.16" tokio = { version = "1", default-features = false }