From 1149fab73ea741e53d8ab08f9d8d72bf2201577c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:40:40 +0000 Subject: [PATCH] Bump ctor from 0.4.2 to 1.0.7 Bumps [ctor](https://github.com/mmastrac/linktime) from 0.4.2 to 1.0.7. - [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.7) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 41 +++++++++++++-------------------- svanill-vault-server/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f98636a6..6f34bdc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,20 +1326,14 @@ dependencies = [ [[package]] name = "ctor" -version = "0.4.2" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5" +checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a" dependencies = [ - "ctor-proc-macro", - "dtor", + "link-section", + "linktime-proc-macro", ] -[[package]] -name = "ctor-proc-macro" -version = "0.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d" - [[package]] name = "ctutils" version = "0.4.2" @@ -1582,21 +1576,6 @@ dependencies = [ "syn 2.0.117", ] -[[package]] -name = "dtor" -version = "0.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8" -dependencies = [ - "dtor-proc-macro", -] - -[[package]] -name = "dtor-proc-macro" -version = "0.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055" - [[package]] name = "dunce" version = "1.0.5" @@ -2549,12 +2528,24 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "link-section" +version = "0.18.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24670b639492630905459a6c7d47f063d33c2d4fcd5362f6e5827c5613976c9f" + [[package]] name = "linked-hash-map" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" +[[package]] +name = "linktime-proc-macro" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee" + [[package]] name = "linux-raw-sys" version = "0.1.3" diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 0197186e..a8812182 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -53,7 +53,7 @@ features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"] aws-smithy-http = "0.63.6" aws-smithy-runtime = { version = "1.11.1", features=["client", "test-util"] } tokio = "1.44.2" -ctor = "0.4.2" +ctor = "1.0.7" actix-rt = "2.11.0" [profile.release]