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 }