From f2173c61c0e1216f9b9181ce918f336f71f625ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:19:17 +0000 Subject: [PATCH] Update ctor requirement from 0.10.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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c84fce..4998003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ dlopen = ["libloading"] [dependencies] as-raw-xcb-connection = "1.0.0" -ctor = { version = "0.10.0", default-features = false, features = ["std"] } +ctor = { version = "0.12.0", default-features = false, features = ["std"] } libloading = { version = "0.8.0", optional = true } tracing = { version = "0.1.37", default-features = false, optional = true }