Skip to content

Bump chia-bls from 0.38.2 to 0.46.0 - #539

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/chia-bls-0.46.0
Open

Bump chia-bls from 0.38.2 to 0.46.0#539
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/chia-bls-0.46.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps chia-bls from 0.38.2 to 0.46.0.

Release notes

Sourced from chia-bls's releases.

0.46.0

What's Changed

Full Changelog: Chia-Network/chia_rs@0.45.0...0.46.0

0.45.1

What's Changed

Full Changelog: Chia-Network/chia_rs@0.45.0...0.45.1

0.45.0

What's Changed

Full Changelog: Chia-Network/chia_rs@0.44.0...0.45.0

0.44.0

What's Changed

Full Changelog: Chia-Network/chia_rs@0.43.0...0.44.0

0.43.0

What's Changed

... (truncated)

Commits
  • 7d48790 Merge pull request #1487 from Chia-Network/bump-0.46.0
  • 7fcb1dd bump version to 0.46.0
  • 1ad07eb Merge pull request #1479 from Chia-Network/compute_plot_group_id_v2
  • 181b487 Merge pull request #1486 from Chia-Network/p256-k256-stable
  • 2fd5715 Merge pull request #1484 from Chia-Network/v2-plot-filter-constants
  • 495cc15 bump k256 and p256 to stable releases
  • c2b167c Merge pull request #1485 from Chia-Network/update-crossbeam
  • f87ecc3 bump crossbeam-epoch from 0.9.18 -> 0.9.20
  • 176b28d replace v2 plot filter constants for the new filter algorithm
  • ea43272 Merge pull request #1471 from Chia-Network/bump-clvmr-0.18.0
  • Additional commits viewable in compare view

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)

Note

Medium Risk
Upgrading a cryptographic BLS dependency across several minor releases can change behavior or APIs; dual versions in the lockfile add compile-time surface until clvmr aligns.

Overview
Dependabot bumps the direct chia-bls dependency from 0.38.2 to 0.46.0 in Cargo.toml, with the matching lockfile refresh in Cargo.lock.

The lockfile now pins chialisp to chia-bls 0.46.0 (and its chia-sha2 / chia-traits / chia_streamable_macro 0.46.0 tree, including thiserror 2.x on that branch). clvmr is unchanged and still pulls chia-bls 0.38.2, so both BLS crate versions coexist until clvmr is upgraded. There are no application source edits in this PR.

Reviewed by Cursor Bugbot for commit eea8970. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [chia-bls](https://github.com/Chia-Network/chia_rs) from 0.38.2 to 0.46.0.
- [Release notes](https://github.com/Chia-Network/chia_rs/releases)
- [Commits](Chia-Network/chia_rs@0.38.2...0.46.0)

---
updated-dependencies:
- dependency-name: chia-bls
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 28, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedcargo/​chia-bls@​0.46.010010093100100

View full report

@cursor cursor 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit eea8970. Configure here.

Comment thread Cargo.toml
[dependencies]
binascii = "0.1.4"
chia-bls = "0.38.2"
chia-bls = "0.46.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale wasm lockfile after bump

Medium Severity

chia-bls is bumped to 0.46.0 in the root manifests, but wasm/Cargo.lock still resolves chialisp against chia-bls 0.38.2. The wasm package path-depends on this crate, so locked or freshly checked-out wasm builds can fail or keep an inconsistent BLS resolution until that lockfile is regenerated.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eea8970. Configure here.

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

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog 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