From 78eff2e6f94fb446eaeffd03cb59f58d54f80019 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Wed, 13 May 2026 12:14:05 -0300 Subject: [PATCH] chore: move insta to dev-dependencies (#8811) Signed-off-by: Rodolfo Olivieri Signed-off-by: Douwe Osinga Co-authored-by: Douwe Osinga --- crates/goose/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index c11b0754c6..83123ef9c0 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -166,7 +166,6 @@ sys-info = "0.9" schemars = { workspace = true, features = [ "derive", ] } -insta = "1.47.2" shellexpand = { workspace = true } indexmap = "2.14.0" ignore = { workspace = true } @@ -232,6 +231,7 @@ goose-test-support = { path = "../goose-test-support" } bytes.workspace = true http.workspace = true goose-mcp = { path = "../goose-mcp" } +insta = "1.47.2" [[example]] name = "agent"