diff --git a/Cargo.toml b/Cargo.toml index f601e7c0..b6b05d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 727e1a9c..459c8edd 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -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 } diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 35ed0ee9..94a30e6a 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -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 } diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index b6730913..098fe5fd 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -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 }