From d9b7be819427f0234c1f74657c7a88d210f70acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 17:53:13 +0000 Subject: [PATCH] Update ctor requirement from 0.10.0 to 1.0.5 Updates the requirements on [ctor](https://github.com/mmastrac/linktime) to permit the latest version. - [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.5) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.5 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..4ccc75b 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 = "1.0.5", default-features = false, features = ["std"] } libloading = { version = "0.8.0", optional = true } tracing = { version = "0.1.37", default-features = false, optional = true }