build(deps): bump ctor from 0.4.2 to 1.0.13 in /spec/fixtures/components/rust_app - #187
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Collaborator
|
@dependabot recreate |
Bumps [ctor](https://github.com/mmastrac/linktime) from 0.4.2 to 1.0.13. - [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.13) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/spec/fixtures/components/rust_app/ctor-1.0.9
branch
from
August 28, 2026 06:23
79abcaf to
57d0bac
Compare
Contributor
Author
|
Superseded by #196. |
dependabot
Bot
deleted the
dependabot/cargo/spec/fixtures/components/rust_app/ctor-1.0.9
branch
August 31, 2026 12:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ctor from 0.4.2 to 1.0.13.
Release notes
Sourced from ctor's releases.
... (truncated)
Commits
Note
Low Risk
Dependency-only change in a spec fixture; ctor 1.x alters linker/proc-macro internals but does not touch application or production code paths.
Overview
Updates the
spec/fixtures/components/rust_apptest fixture fromctor0.4.2 to 1.0.13 inCargo.toml, with the matchingCargo.lockrefresh.The lockfile swap reflects
ctor1.x’s new dependency graph (link-section,linktime-proc-macro) instead of the olderctor-proc-macro/dtorstack. No Rust source changes—only the dependency pin for the fixture that still uses#[ctor]to run registry setup at load time.Reviewed by Cursor Bugbot for commit 57d0bac. Bugbot is set up for automated code reviews on this repo. Configure here.