From 07eb95be9c7fddf5e8f95796b4ae44511d8838a2 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Thu, 3 Jul 2025 10:51:17 -0400 Subject: [PATCH] fix: Add back lazy_static (#3243) --- 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 0eb0921f..c8a99298 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -54,6 +54,7 @@ base64 = "0.21" url = "2.5" axum = "0.8.1" webbrowser = "0.8" +lazy_static = "1.5.0" tracing = "0.1" tracing-subscriber = "0.3" keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] } @@ -97,7 +98,6 @@ wiremock = "0.6.0" tokio = { version = "1.43", features = ["full"] } temp-env = "0.3.6" dotenv = "0.15.0" -lazy_static = "1.5.0" ctor = "0.2.9" [[example]]