From 4b333ddeeae2f612cd9e027c514817e1e55638ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 21:32:29 +0000 Subject: [PATCH] Bump ctor from 0.12.0 to 1.0.4 in the cargo group Bumps the cargo group with 1 update: [ctor](https://github.com/mmastrac/linktime). Updates `ctor` from 0.12.0 to 1.0.4 - [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.4) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf780c4..12cf4e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,9 +176,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.12.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8f521dd9c9e5f03986eb5c674b14b21e9ccf2eb9f98fecb681100214d5e9e4f" +checksum = "e2049d5ec0c16ffe3815be58fe6966159a0f37dcf16ae1c7330808ed7c9b71a1" dependencies = [ "link-section", "linktime-proc-macro", @@ -311,9 +311,9 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "link-section" -version = "0.12.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0567ec9fe5ffdf9241cd90a7629f250a5f903d6ff4573cf7903308662d6fce40" +checksum = "e19299f36b28d94bcf0d8b913305e2b79bd5cb53f981e3855968abfd177379cd" [[package]] name = "linktime-proc-macro" diff --git a/Cargo.toml b/Cargo.toml index 5749993..1fd0038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ xdg = "3.0" [dev-dependencies] assert_cmd = "2.2" cargo_metadata = "0.23" -ctor = "0.12" +ctor = "1.0" serde = "1.0" serde_json = "1.0" similar-asserts = "2.0"