From b33a09828875348c6b4e2f283f0488ee4c832111 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Mon, 10 Nov 2025 13:43:30 +1100 Subject: [PATCH] Update crates/goose/Cargo.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- crates/goose/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index bab369d82f..7e69350733 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -105,7 +105,6 @@ sys-info = "0.9" oauth2 = "5.0.0" sysinfo = "0.37.2" zip = "0.6" -which = "8.0.0" schemars = { version = "1.0.4", default-features = false, features = ["derive"] } insta = "1.43.2" paste = "1.0.0"