From 42cdb543b3db7431311348d1106c5fa948404299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 10:52:42 +0000 Subject: [PATCH] Bump ctor from 1.0.5 to 1.0.6 Bumps [ctor](https://github.com/mmastrac/linktime) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmastrac/linktime/compare/ctor-1.0.5...ctor-1.0.6) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56fb06ac..e3be4a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,9 +319,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "ctor" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "378f0974ae2468eaf63aa036dbe9c926b0dc7ea64c156f2ea618bc2f75b934f0" +checksum = "6d765eb1c0bda10d31e0ea185f5ee15da532d60b0912d2bd1441783439e749c5" dependencies = [ "linktime-proc-macro", ] diff --git a/Cargo.toml b/Cargo.toml index ffd18802..9e4d4f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ clap = { version = "4.6.0", default-features = false, features = [ "help", "std", ] } -ctor = { version = "1.0.5", default-features = false, features = [ +ctor = { version = "1.0.6", default-features = false, features = [ "proc_macro", ] } derive_more = { version = "2.1.1", default-features = false, features = [