From f2ee814b43326b2a8d5bea30c960d2a5912c6f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 23:03:50 +0000 Subject: [PATCH] Update ctor requirement from 0.2.0 to 1.0.3 Updates the requirements on [ctor](https://github.com/mmastrac/linktime) to permit the latest version. - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmastrac/linktime/commits/ctor-1.0.3) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chameleon/Cargo.toml | 2 +- honeybadger/Cargo.toml | 2 +- pigeon/Cargo.toml | 2 +- squirrel/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chameleon/Cargo.toml b/chameleon/Cargo.toml index 8d3ad1d..a7fb872 100644 --- a/chameleon/Cargo.toml +++ b/chameleon/Cargo.toml @@ -9,5 +9,5 @@ honeybadger = { path = "../honeybadger" } [dev-dependencies] bitcoin = { version = "0.30.1" } -ctor = "0.2.0" +ctor = "1.0.3" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/honeybadger/Cargo.toml b/honeybadger/Cargo.toml index ec453c0..7e5dd1c 100644 --- a/honeybadger/Cargo.toml +++ b/honeybadger/Cargo.toml @@ -16,5 +16,5 @@ tokio = "1.32.0" graphql = { path = "../graphql" } [dev-dependencies] -ctor = "0.2.0" +ctor = "1.0.3" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/pigeon/Cargo.toml b/pigeon/Cargo.toml index a99b811..f5cbb84 100644 --- a/pigeon/Cargo.toml +++ b/pigeon/Cargo.toml @@ -9,6 +9,6 @@ honeybadger = { path = "../honeybadger" } [dev-dependencies] bitcoin = { version = "0.30.1" } -ctor = "0.2.0" +ctor = "1.0.3" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" } diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index f6f75c8..93b4382 100644 --- a/squirrel/Cargo.toml +++ b/squirrel/Cargo.toml @@ -12,7 +12,7 @@ bdk = { version = "0.30.1", features = ["keys-bip39"] } [dev-dependencies] bitcoin = { version = "0.29.2" } -ctor = "0.2.0" +ctor = "1.0.3" rand = "0.8.5" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" }