From 319c1c7e524bfb78a3f686041e5af2ed60ea182d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 24 Feb 2026 12:02:30 +0000 Subject: remove unused dependencies from ngit-grasp and grasp-audit --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9fcada0..e68a73c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,6 @@ clap = { version = "4.5", features = ["derive", "env"] } # Error handling anyhow = "1.0" -thiserror = "1.0" # Async traits async-trait = "0.1" @@ -63,9 +62,7 @@ async-trait = "0.1" [dev-dependencies] # Testing -tokio-test = "0.4" grasp-audit = { path = "grasp-audit" } -url = "2.5" tempfile = "3" reqwest = "0.12" -- cgit v1.2.3