Skip to content

build(deps): bump ctor from 0.9.1 to 1.0.10 in /misc/wasm - #37889

Merged
def- merged 2 commits into
mainfrom
dependabot/cargo/misc/wasm/ctor-1.0.10
Jul 30, 2026
Merged

build(deps): bump ctor from 0.9.1 to 1.0.10 in /misc/wasm#37889
def- merged 2 commits into
mainfrom
dependabot/cargo/misc/wasm/ctor-1.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps ctor from 0.9.1 to 1.0.10.

Release notes

Sourced from ctor's releases.

ctor-1.0.10

What's Changed

New Contributors

Full Changelog: mmastrac/linktime@ctor-1.0.9...ctor-1.0.10

ctor-1.0.9

What's Changed

Full Changelog: mmastrac/linktime@ctor-1.0.8...ctor-1.0.9

ctor-1.0.8

What's Changed

Full Changelog: mmastrac/linktime@link-section-0.18.3...ctor-1.0.8

ctor-1.0.7

What's Changed

  • Bump downstream link-section crate version and API updates.
  • Better error messages on bad attributes.

Full Changelog: mmastrac/linktime@ctor-1.0.6...ctor-1.0.7

ctor-1.0.6

What's Changed

Changed

  • Bump link-section dependency to 0.17.0.
  • MSRV bumped to 1.85.0 (if priority feature is enabled), otherwise remains at 1.60.0.
    • To restore MSRV to 1.60.0, use ctor = { version = "1.0.6", default-features = false, features = ["proc_macro", "std"] } in your Cargo.toml.

Fixed

  • #[ctor] requires significantly less macro recursion.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ctor](https://github.com/mmastrac/linktime) from 0.9.1 to 1.0.10.
- [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.10)

---
updated-dependencies:
- dependency-name: ctor
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the A-dependencies Area: dependency upgrades label Jul 26, 2026
ctor 1.0 rejects a bare `#[ctor]` and requires `#[ctor(unsafe)]`, so
raising the requirement to 1.0.10 failed to compile `mz-ore` and with it
every crate in the workspace. The safety argument for reading an
environment variable in a module constructor is unchanged and stays
recorded above the attribute.

Also refresh the root Cargo.lock, which was left pinned to ctor 0.9.1
while the requirement moved to 1.0.10. That mismatch made every
`--locked` invocation fail to resolve, including the dependency lint and
the cross-compiled doc tests.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@def-
def- enabled auto-merge (squash) July 29, 2026 22:05
@def-
def- merged commit 1ec49c0 into main Jul 30, 2026
123 checks passed
@def-
def- deleted the dependabot/cargo/misc/wasm/ctor-1.0.10 branch July 30, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant