Remove anyhow from plume-common dependencies

This commit is contained in:
Kitaiti Makoto
2023-01-15 08:52:18 +09:00
parent cd9cb311c7
commit 39cd4f830d
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -25,7 +25,6 @@ url = "2.2.2"
flume = "0.10.13"
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.25"
anyhow = "1.0.68"
thiserror = "1.0.38"
[dependencies.chrono]