Skip to content

chore(deps): bump the cargo group across 1 directory with 2 updates - #83

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-795e9ec333
Open

chore(deps): bump the cargo group across 1 directory with 2 updates#83
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-795e9ec333

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 1 update in the / directory: blockfrost.

Updates blockfrost from 1.2.4 to 1.3.0

Release notes

Sourced from blockfrost's releases.

v1.3.0

1.3.0 - 2026-07-29

Added

  • Pagination::with_from, Pagination::with_to and Pagination::with_range for inclusive from/to block cursors, plus the BlockCursor type they take
  • Cursors are only sent by the three endpoints that accept them (accounts_transactions, addresses_transactions, assets_transactions). Every other paginated endpoint silently drops them and returns an unfiltered result rather than an error, so keep cursors on a Pagination handed only to those three
  • Cursors are preserved across pages when fetch_all is set
  • scripts_utxos for GET /scripts/:script_hash/utxos, listing the UTXOs that hold a reference script

Changed

  • Pagination gained the public from and to fields. Endpoint signatures are unchanged and Pagination stays Copy, so only code constructing it via a struct literal needs updating (add ..Default::default()); Pagination::default(), ::new() and ::all() are unaffected
  • Bumped blockfrost-openapi to 0.1.91. The generated models it re-exports changed:
    • DrepsInner (returned by governance_dreps) gained amount, has_script, retired, expired, last_active_epoch and metadata
    • DrepMetadataError was renamed to DrepsInnerMetadataError, affecting the error field of DrepMetadata, PoolMetadata, ProposalMetadataV2, PoolListExtendedInnerMetadata and PoolsPoolIdMetadataGet200Response

What's Changed

New Contributors

Full Changelog: blockfrost/blockfrost-rust@v1.2.4...v1.3.0

Changelog

Sourced from blockfrost's changelog.

1.3.0 - 2026-07-29

Added

  • Pagination::with_from, Pagination::with_to and Pagination::with_range for inclusive from/to block cursors, plus the BlockCursor type they take
  • Cursors are only sent by the three endpoints that accept them (accounts_transactions, addresses_transactions, assets_transactions). Every other paginated endpoint silently drops them and returns an unfiltered result rather than an error, so keep cursors on a Pagination handed only to those three
  • Cursors are preserved across pages when fetch_all is set
  • scripts_utxos for GET /scripts/:script_hash/utxos, listing the UTXOs that hold a reference script

Changed

  • Pagination gained the public from and to fields. Endpoint signatures are unchanged and Pagination stays Copy, so only code constructing it via a struct literal needs updating (add ..Default::default()); Pagination::default(), ::new() and ::all() are unaffected
  • Bumped blockfrost-openapi to 0.1.91. The generated models it re-exports changed:
    • DrepsInner (returned by governance_dreps) gained amount, has_script, retired, expired, last_active_epoch and metadata
    • DrepMetadataError was renamed to DrepsInnerMetadataError, affecting the error field of DrepMetadata, PoolMetadata, ProposalMetadataV2, PoolListExtendedInnerMetadata and PoolsPoolIdMetadataGet200Response
Commits
  • cd2fa0d Merge pull request #69 from blockfrost/next-openapi
  • b2a5233 fix: copilot review
  • 7d25b76 Potential fix for pull request finding
  • 8985341 feat: openapi 0.1.91
  • 740d30c Merge pull request #68 from blockfrost/codex/from-to-pagination
  • 02cad12 review: fix pagination
  • 6deabf1 feat: support transaction cursor pagination
  • See full diff in compare view

Updates blockfrost-openapi from 0.1.88 to 0.1.91

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 1 update in the / directory: [blockfrost](https://github.com/blockfrost/blockfrost-rust).


Updates `blockfrost` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/blockfrost/blockfrost-rust/releases)
- [Changelog](https://github.com/blockfrost/blockfrost-rust/blob/master/CHANGELOG.md)
- [Commits](blockfrost/blockfrost-rust@v1.2.4...v1.3.0)

Updates `blockfrost-openapi` from 0.1.88 to 0.1.91

---
updated-dependencies:
- dependency-name: blockfrost
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: blockfrost-openapi
  dependency-version: 0.1.91
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Jul 29, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 29, 2026 15:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 29, 2026
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