From b97f23764fb528ccf752494d13b7975bae00902e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Moravec?= Date: Fri, 15 Dec 2023 16:32:02 +0100 Subject: [PATCH] refactor(proto): remove anyhow dependency --- proto/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 9fb51ce..c8c9134 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [dependencies] bincode = "2.0.0-rc.3" -anyhow = "1.0.75" tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] } async-trait = "0.1.74" thiserror = "1.0.50"