From 67d271f476b557cde934e42bdd09c685112e6b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:39:05 +0000 Subject: [PATCH] Update ctor requirement from 0.2.0 to 1.0.6 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.6) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.6 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..b00edfc 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.6" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/honeybadger/Cargo.toml b/honeybadger/Cargo.toml index ec453c0..363d72d 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.6" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/pigeon/Cargo.toml b/pigeon/Cargo.toml index a99b811..148af2a 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.6" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" } diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index f6f75c8..de4edd2 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.6" rand = "0.8.5" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" }