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"