From c23b6c766ea59f10537a94c6208dd3eb6e50ac48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:07:54 +0000 Subject: [PATCH] chore(deps): bump ctor from 0.8.0 to 1.0.7 Bumps [ctor](https://github.com/mmastrac/linktime) from 0.8.0 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 | 28 +++++++++++++++++++++++++--- crates/adapters/Cargo.toml | 2 +- crates/proxy/Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3220899a..edc488eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -925,7 +925,7 @@ dependencies = [ "bytes", "codex-app-transfer-gemini-oauth", "codex-app-transfer-registry", - "ctor", + "ctor 1.0.7", "futures-core", "futures-util", "getrandom 0.2.17", @@ -1027,7 +1027,7 @@ dependencies = [ "codex-app-transfer-adapters", "codex-app-transfer-gemini-oauth", "codex-app-transfer-registry", - "ctor", + "ctor 1.0.7", "futures-core", "futures-util", "http", @@ -1321,6 +1321,16 @@ dependencies = [ "dtor", ] +[[package]] +name = "ctor" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a" +dependencies = [ + "link-section", + "linktime-proc-macro", +] + [[package]] name = "ctor-proc-macro" version = "0.0.7" @@ -3184,6 +3194,18 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "link-section" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2b1dd6fe32e55c0fc0ea9493aa57459ca3cf4ff3c857c7d0302290150da6e4f" + +[[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.12.1" @@ -5833,7 +5855,7 @@ dependencies = [ "anyhow", "brotli", "cargo_metadata", - "ctor", + "ctor 0.8.0", "dom_query 0.27.0", "dunce", "glob", diff --git a/crates/adapters/Cargo.toml b/crates/adapters/Cargo.toml index 7b3e692f..f1cd3d1e 100644 --- a/crates/adapters/Cargo.toml +++ b/crates/adapters/Cargo.toml @@ -48,4 +48,4 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] } indexmap = "2" tempfile = "3" # [MOC-195] 集成测试 main 前隔离 home(tests/common/mod.rs),版本跟 lock 内既有传递依赖一致 -ctor = "0.8" +ctor = "1.0" diff --git a/crates/proxy/Cargo.toml b/crates/proxy/Cargo.toml index 17d7e1c4..e576f520 100644 --- a/crates/proxy/Cargo.toml +++ b/crates/proxy/Cargo.toml @@ -52,4 +52,4 @@ indexmap = "2" tokio-tungstenite = "0.29" tempfile = "3" # [MOC-195] 集成测试 main 前隔离 home(tests/common/mod.rs),版本跟 lock 内既有传递依赖一致 -ctor = "0.8" +ctor = "1.0"