chore: remove unused dependency anyhow

This commit is contained in:
Paul Campbell 2024-05-18 22:18:36 +01:00
parent f56ac321f4
commit f1a6d5089b
4 changed files with 0 additions and 4 deletions

View file

@ -78,4 +78,3 @@ tokio = { version = "1.37" }
assert2 = "0.3"
pretty_assertions = "1.4"
test-log = { version = "0.2", features = ["trace"] }
anyhow = "1.0"

View file

@ -60,7 +60,6 @@ derive_more = { workspace = true }
assert2 = { workspace = true }
pretty_assertions = { workspace = true }
# test-log = { workspace = true }
# anyhow = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }

View file

@ -62,7 +62,6 @@ derive_more = { workspace = true }
# assert2 = { workspace = true }
# pretty_assertions = { workspace = true }
# test-log = { workspace = true }
# anyhow = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }

View file

@ -63,7 +63,6 @@ tokio = { workspace = true }
assert2 = { workspace = true }
pretty_assertions = { workspace = true }
test-log = { workspace = true }
anyhow = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }