From 1756ce6370bc9de56b0ee396af2b26ee1bab2227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:38:44 +0000 Subject: [PATCH] build(deps): bump ctor from 0.12.0 to 1.0.1 Bumps [ctor](https://github.com/mmastrac/linktime) from 0.12.0 to 1.0.1. - [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.1) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fcf2cef..a05274ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.12.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8f521dd9c9e5f03986eb5c674b14b21e9ccf2eb9f98fecb681100214d5e9e4f" +checksum = "f7335955a5f85f95f3188623240e081e7b2059a8ad1bae68944b7cfdd718fb10" dependencies = [ "link-section", "linktime-proc-macro", @@ -359,7 +359,7 @@ dependencies = [ "argmax", "chrono", "clap", - "ctor 0.12.0", + "ctor 1.0.1", "faccess", "filetime", "nix 0.31.2", @@ -613,9 +613,9 @@ dependencies = [ [[package]] name = "link-section" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0567ec9fe5ffdf9241cd90a7629f250a5f903d6ff4573cf7903308662d6fce40" +checksum = "ea2c24837c4fd5ab6a31d64133eae954f5199247523cf29586117e85245c0dd3" [[package]] name = "linktime-proc-macro" diff --git a/Cargo.toml b/Cargo.toml index 674cba32..2efb00da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ uucore = { version = "0.8.0", features = ["entries", "fs", "fsext", "mode"] } walkdir = "2.5" [dev-dependencies] -ctor = "0.12" +ctor = "1.0" filetime = "0.2" nix = { version = "0.31", features = ["fs"] } tempfile = "3"