Skip to content

chore(deps): Bump cargo-hyperlight from 0.1.12 to 0.1.14 in /src/code-validator/guest - #325

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/code-validator/guest/cargo-hyperlight-0.1.14
Open

chore(deps): Bump cargo-hyperlight from 0.1.12 to 0.1.14 in /src/code-validator/guest#325
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/code-validator/guest/cargo-hyperlight-0.1.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps cargo-hyperlight from 0.1.12 to 0.1.14.

Release notes

Sourced from cargo-hyperlight's releases.

v0.1.14

What's Changed

New Contributors

Full Changelog: hyperlight-dev/cargo-hyperlight@v0.1.13...v0.1.14

v0.1.13

What's Changed

Full Changelog: hyperlight-dev/cargo-hyperlight@v0.1.12...v0.1.13

Changelog

Sourced from cargo-hyperlight's changelog.

Releasing cargo-hyperlight

Releases are fully automated by the publish workflow. Pushing a tag of the form vX.Y.Z to hyperlight-dev/cargo-hyperlight will:

  1. Run the full CI suite (tests, spell check, lint).
  2. Validate that the tag version matches the version field in Cargo.toml.
  3. Publish the crate to crates.io.
  4. Create a GitHub Release with auto-generated release notes.

The crates.io publish uses trusted publishing via rust-lang/crates-io-auth-action, so no long-lived registry token is needed.

Prerequisites

  • Write access to hyperlight-dev/cargo-hyperlight (to push tags).
  • main is green in CI.
  • All changes intended for the release are already merged into main.

Steps

1. Bump the crate version

Open a pull request against main that bumps version in Cargo.toml.

[package]
name = "cargo-hyperlight"
version = "X.Y.Z"

Then refresh the lockfile and sanity-check the build:

cargo check
just fmt
just clippy
just test

Make sure Cargo.lock is included in the commit, since the version bump changes it.

Get the pull request reviewed and merged.

2. Verify the release candidate

Once the version bump is merged, confirm CI on main is green and that the package builds exactly as it will be published:

... (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 [cargo-hyperlight](https://github.com/hyperlight-dev/cargo-hyperlight) from 0.1.12 to 0.1.14.
- [Release notes](https://github.com/hyperlight-dev/cargo-hyperlight/releases)
- [Changelog](https://github.com/hyperlight-dev/cargo-hyperlight/blob/main/docs/RELEASE.md)
- [Commits](hyperlight-dev/cargo-hyperlight@v0.1.12...v0.1.14)

---
updated-dependencies:
- dependency-name: cargo-hyperlight
  dependency-version: 0.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 24, 2026

@dependabot-pr-auto-approver dependabot-pr-auto-approver Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by dependabot auto-approve workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants