From eb785e75e39d9cfa9638ed7de0aa1cd9c1fc569f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:04:04 +0000 Subject: [PATCH] Update ctor requirement from 0.2.0 to 0.12.0 Updates the requirements on [ctor](https://github.com/mmastrac/rust-ctor) to permit the latest version. - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-version: 0.12.0 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..ca74fe8 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 = "0.12.0" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/honeybadger/Cargo.toml b/honeybadger/Cargo.toml index ec453c0..52bd082 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 = "0.12.0" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/pigeon/Cargo.toml b/pigeon/Cargo.toml index a99b811..3ad817d 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 = "0.12.0" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" } diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index f6f75c8..cae79b2 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 = "0.12.0" rand = "0.8.5" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" }