Bump chia-bls from 0.38.2 to 0.46.0 - #539
Conversation
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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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.
| [dependencies] | ||
| binascii = "0.1.4" | ||
| chia-bls = "0.38.2" | ||
| chia-bls = "0.46.0" |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit eea8970. Configure here.


Bumps chia-bls from 0.38.2 to 0.46.0.
Release notes
Sourced from chia-bls's releases.
... (truncated)
Commits
7d48790Merge pull request #1487 from Chia-Network/bump-0.46.07fcb1ddbump version to 0.46.01ad07ebMerge pull request #1479 from Chia-Network/compute_plot_group_id_v2181b487Merge pull request #1486 from Chia-Network/p256-k256-stable2fd5715Merge pull request #1484 from Chia-Network/v2-plot-filter-constants495cc15bump k256 and p256 to stable releasesc2b167cMerge pull request #1485 from Chia-Network/update-crossbeamf87ecc3bump crossbeam-epoch from 0.9.18 -> 0.9.20176b28dreplace v2 plot filter constants for the new filter algorithmea43272Merge pull request #1471 from Chia-Network/bump-clvmr-0.18.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
clvmraligns.Overview
Dependabot bumps the direct
chia-blsdependency from 0.38.2 to 0.46.0 inCargo.toml, with the matching lockfile refresh inCargo.lock.The lockfile now pins
chialisptochia-bls 0.46.0(and itschia-sha2/chia-traits/chia_streamable_macro0.46.0 tree, includingthiserror2.x on that branch).clvmris unchanged and still pullschia-bls 0.38.2, so both BLS crate versions coexist untilclvmris 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.