refactor(proto): remove anyhow dependency

This commit is contained in:
Jindřich Moravec 2023-12-15 16:32:02 +01:00
parent 165f871324
commit b97f23764f

View file

@ -5,7 +5,6 @@ edition = "2021"
[dependencies] [dependencies]
bincode = "2.0.0-rc.3" bincode = "2.0.0-rc.3"
anyhow = "1.0.75"
tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] } tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] }
async-trait = "0.1.74" async-trait = "0.1.74"
thiserror = "1.0.50" thiserror = "1.0.50"