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"