refactor(proto): remove anyhow dependency
This commit is contained in:
parent
165f871324
commit
b97f23764f
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue