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:
@@ -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"
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user