Skip to content

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

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

chore(deps): bump the cargo group across 1 directory with 5 updates#91
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-ff71083a8c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 5 updates in the / directory:

Package From To
blockfrost-openapi 0.1.91 0.1.92
futures 0.3.33 0.3.34
uuid 1.24.0 1.25.0
wat 1.255.0 1.257.1
wit-component 0.255.0 0.257.1

Updates blockfrost-openapi from 0.1.91 to 0.1.92

Updates futures from 0.3.33 to 0.3.34

Release notes

Sourced from futures's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates uuid from 1.24.0 to 1.25.0

Release notes

Sourced from uuid's releases.

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • 2ea38af Merge pull request #900 from uuid-rs/cargo/v1.24.1
  • 9dbeb04 prepare for 1.24.1 release
  • e113df8 Merge pull request #899 from questfever/main
  • b017765 Fix non-ASCII character handling in parse diagnostics
  • See full diff in compare view

Updates wat from 1.255.0 to 1.257.1

Release notes

Sourced from wat's releases.

v1.257.1

What's Changed

New Contributors

Full Changelog: bytecodealliance/wasm-tools@v1.257.0...v1.257.1

v1.257.0

What's Changed

Full Changelog: bytecodealliance/wasm-tools@v1.256.0...v1.257.0

v1.256.0

What's Changed

New Contributors

Full Changelog: bytecodealliance/wasm-tools@v1.255.0...v1.256.0

Commits
  • 3ef3cef Release wasm-tools 1.257.1 (#2612)
  • f278423 Restore the default for component new --merge-imports-based-on-semver (#2611)
  • 4a81bc1 Release wasm-tools 1.257.0 (#2610)
  • 77f1b54 Fall back to cabi_realloc in the main module (#2606)
  • 6283156 Expand wit-component's heuristic for context slot 1 (#2609)
  • 908c4ac Use __wasm_task_hook for realloc options (#2605)
  • 5201ffe Generalize __wasm_init_task to a "task hook" (#2603)
  • 75cf863 Fold the TLS get/set module into the shim module (#2604)
  • 8a8ef6d Consolidate generated modules in wit-component into one (#2600)
  • d8ad970 Add a way to have wasm-tools compose print no output (#2601)
  • Additional commits viewable in compare view

Updates wit-component from 0.255.0 to 0.257.1

Commits

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| blockfrost-openapi | `0.1.91` | `0.1.92` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.25.0` |
| [wat](https://github.com/bytecodealliance/wasm-tools) | `1.255.0` | `1.257.1` |
| [wit-component](https://github.com/bytecodealliance/wasm-tools) | `0.255.0` | `0.257.1` |



Updates `blockfrost-openapi` from 0.1.91 to 0.1.92

Updates `futures` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `uuid` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...1.25.0)

Updates `wat` from 1.255.0 to 1.257.1
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@v1.255.0...v1.257.1)

Updates `wit-component` from 0.255.0 to 0.257.1
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: blockfrost-openapi
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: futures
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: uuid
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: wat
  dependency-version: 1.257.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: wit-component
  dependency-version: 0.257.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 26, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 26, 2026 07:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 26, 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