chore(deps): bump ctor from 0.2.9 to 1.0.6 (#9380)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
dependabot[bot]
2026-05-22 22:13:15 +00:00
committed by GitHub
parent cbe5d93caa
commit 728d72a79f
4 changed files with 30 additions and 7 deletions
+2 -1
View File
@@ -233,7 +233,7 @@ wiremock = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true, features = ["compat"] }
dotenvy = { workspace = true }
ctor = "0.2.9"
ctor = "1.0.6"
test-case = { workspace = true }
env-lock = { workspace = true }
rmcp = { workspace = true, features = ["transport-streamable-http-server"] }
@@ -243,6 +243,7 @@ bytes.workspace = true
http.workspace = true
goose-mcp = { path = "../goose-mcp" }
insta = "1.47.2"
dtor = "1.0.3"
[[example]]
name = "agent"
+1 -1
View File
@@ -917,7 +917,7 @@ async fn test_copilot_acp_provider() -> Result<()> {
.await
}
#[ctor::dtor]
#[dtor::dtor(unsafe)]
fn print_test_report() {
TEST_REPORT.print_summary();
}
+1 -1
View File
@@ -8,7 +8,7 @@ use std::time::{Duration, Instant};
const HELPER_ENV: &str = "GOOSE_SUBPROCESS_PARENT_DEATH_HELPER";
#[ctor::ctor]
#[ctor::ctor(unsafe)]
fn maybe_run_helper() {
if std::env::var_os(HELPER_ENV).is_none() {
return;