chore(deps): bump ctor from 0.2.9 to 1.0.7

Bumps [ctor](https://github.com/mmastrac/linktime) from 0.2.9 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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-29 20:50:39 +00:00
committed by GitHub
parent 13f7be2ed5
commit e7fd09c941
2 changed files with 3 additions and 7 deletions
Generated
+2 -6
View File
@@ -2494,13 +2494,9 @@ dependencies = [
[[package]]
name = "ctor"
version = "0.2.9"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
dependencies = [
"quote",
"syn 2.0.117",
]
checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a"
[[package]]
name = "ctutils"
+1 -1
View File
@@ -238,7 +238,7 @@ wiremock = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true, features = ["compat"] }
dotenvy = { workspace = true }
ctor = { version = "0.2", default-features = false }
ctor = { version = "1.0", default-features = false }
test-case = { workspace = true }
env-lock = { workspace = true }
rmcp = { workspace = true, features = ["transport-streamable-http-server"] }