Skip to content

Bump the rust-deps group across 1 directory with 25 updates#88

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-deps-f73fef4f88
Open

Bump the rust-deps group across 1 directory with 25 updates#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-deps-f73fef4f88

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the rust-deps group with 25 updates in the / directory:

Package From To
serde_json 1.0.149 1.0.150
solana-client 3.1.14 4.1.0
solana-sdk 3.0.0 4.0.1
solana-transaction-status 3.1.14 4.1.0
solana-loader-v3-interface 6.1.1 7.0.0
solana-message 3.1.0 4.2.0
solana-transaction 3.1.0 4.1.2
borsh 1.6.1 1.7.0
prost 0.13.5 0.14.3
prost-types 0.13.5 0.14.3
tonic 0.13.1 0.14.6
sha2 0.10.9 0.11.0
ripemd 0.1.3 0.2.0
bech32 0.11.1 0.12.0
toml 0.8.23 1.1.2+spec-1.1.0
zeroize 1.8.2 1.9.0
alloy 1.8.3 2.1.0
sp1-sdk 5.2.4 6.3.1
sp1-prover 5.2.4 6.3.1
opentelemetry 0.31.0 0.32.0
opentelemetry_sdk 0.31.0 0.32.1
opentelemetry-otlp 0.31.1 0.32.0
tracing-opentelemetry 0.32.1 0.33.0
uuid 1.23.1 1.23.4
cosmwasm-std 2.3.2 3.0.9

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates solana-client from 3.1.14 to 4.1.0

Release notes

Sourced from solana-client's releases.

Release v4.1.0

🚧

Release v4.1.0-rc.1

This is Mainnet-beta Upgrade Candidate release recommended for 10% adoption. It is also recommended for Testnet and Devnet.

https://github.com/anza-xyz/agave/blob/v4.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v4.1.0-rc.0...v4.1.0-rc.1

Release v4.1.0-rc.0

This is a testnet release. It is also recommended for Devnet.

https://github.com/anza-xyz/agave/blob/v4.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v4.1.0-beta.3...v4.1.0-rc.0

Release v4.1.0-beta.3

This is a testnet release. It is also recommended for Devnet.

https://github.com/anza-xyz/agave/blob/v4.1/CHANGELOG.md

What's Changed

... (truncated)

Changelog

Sourced from solana-client's changelog.

4.1.0

RPC

Breaking

Changes

Validator

Breaking

  • --block-production-method central-scheduler is no longer supported. If passed, a warning is emitted and behavior will default to the greedy-scheduler implementation.
  • scheduler-bindings version has been increased to 4. Connecting external schedulers must be updated.
  • Validator now requires 26 ports, --dynamic-port-range must be at least 26 wide.

Deprecations

  • Using minimal for --accounts-index-limit is now deprecated.
  • --account-shrink-path is now deprecated.
  • sbf-sdk.tar.bz2 is not included anymore in the Agave release tarball. The file will be made available in the new cargo-build-sbf repository.
  • XDP support is no longer experimental. The --experimental-retransmit-xdp-interface, --experimental-retransmit-xdp-cpu-cores, and --experimental-retransmit-xdp-zero-copy flags have been deprecated. Use --xdp-interface, --xdp-cpu-cores, and --xdp-zero-copy instead. Behavior is unchanged: pass --xdp-cpu-cores to enable XDP on the specified cores.

Changes

4.0.0

RPC

Breaking

  • --public-tpu-address and --public-tpu-forwards-address CLI arguments and setPublicTpuForwardsAddress, setPublicTpuAddress RPC methods now specify QUIC ports, not UDP.
  • Blockstore PerfSamples column legacy format removed.
    • The PerfSamples column format was updated in agave v1.15 to write PerfSampleV2. The old format, PerfSampleV1, will no longer be supported for fallback reads as of v4.0.
  • Blockstore transaction metadata column legacy format support removed.
    • The TransactionStatus, TransactionMemos, and AddressSignatures columns were updated in v1.18 to write a new key format. The old key format will no no longer be supported for fallback reads as of v4.0
  • getSignaturesForAddress returns an error with code -32020 if the before or until signatures are not found, rather than a successful response with an empty array

Changes

  • Added --enable-scheduler-bindings which binds an IPC server at <ledger-path>/scheduler_bindings.ipc for external schedulers to connect to.
  • Added clientId field to each node in getClusterNodes response

Validator

Breaking

  • Removed deprecated arguments
    • --accounts-db-clean-threads
    • --accounts-db-hash-threads
    • --accounts-db-read-cache-limit-mb
    • --accounts-hash-cache-path
    • --cuda
    • --disable-accounts-disk-index
    • --dev-halt-at-slot
    • --monitor (exit subcommand)
    • --transaction-struct
    • --wait-for-exit (exit subcommand)
    • --tpu-coalesce-ms
    • --tpu-disable-quic
    • --tpu-enable-udp
  • --block-verification-method blockstore-processor is no longer supported. Remove the argument or switch to --block-verification-method unified-scheduler instead.

... (truncated)

Commits

Updates solana-sdk from 3.0.0 to 4.0.1

Release notes

Sourced from solana-sdk's releases.

slot-history@v3.0.1

What's new

slot-hashes@v3.0.2

What's new

last-restart-slot@v3.0.1

What's new

epoch-rewards@v3.0.2

What's new

clock@v3.1.0

What's new

frozen-abi@v3.4.0

What's new

frozen-abi-macro@v3.4.0

What's new

bls-signatures@v3.3.0

What's new

... (truncated)

Commits
  • b1bc122 Publish solana-sdk v4.0.1
  • 12b6316 Publish solana-program v4.0.0
  • 029896d Publish solana-system-transaction v4.0.0
  • 1cf4c97 Publish solana-sdk v4.0.0
  • 318e685 Publish solana-sdk-wasm-js v2.0.0
  • e8b3cb3 Publish solana-client-traits v4.0.0
  • 93adcb0 Publish solana-transaction v4.0.0
  • 8dbac59 Publish solana-nonce-account v4.0.0
  • 4ca148e Publish solana-message v4.0.0
  • 883d8f4 ci: Add run-semver option (#575)
  • Additional commits viewable in compare view

Updates solana-transaction-status from 3.1.14 to 4.1.0

Release notes

Sourced from solana-transaction-status's releases.

Release v4.1.0

🚧

Release v4.1.0-rc.1

This is Mainnet-beta Upgrade Candidate release recommended for 10% adoption. It is also recommended for Testnet and Devnet.

https://github.com/anza-xyz/agave/blob/v4.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v4.1.0-rc.0...v4.1.0-rc.1

Release v4.1.0-rc.0

This is a testnet release. It is also recommended for Devnet.

https://github.com/anza-xyz/agave/blob/v4.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v4.1.0-beta.3...v4.1.0-rc.0

Release v4.1.0-beta.3

This is a testnet release. It is also recommended for Devnet.

https://github.com/anza-xyz/agave/blob/v4.1/CHANGELOG.md

What's Changed

... (truncated)

Changelog

Sourced from solana-transaction-status's changelog.

4.1.0

RPC

Breaking

Changes

Validator

Breaking

  • --block-production-method central-scheduler is no longer supported. If passed, a warning is emitted and behavior will default to the greedy-scheduler implementation.
  • scheduler-bindings version has been increased to 4. Connecting external schedulers must be updated.
  • Validator now requires 26 ports, --dynamic-port-range must be at least 26 wide.

Deprecations

  • Using minimal for --accounts-index-limit is now deprecated.
  • --account-shrink-path is now deprecated.
  • sbf-sdk.tar.bz2 is not included anymore in the Agave release tarball. The file will be made available in the new cargo-build-sbf repository.
  • XDP support is no longer experimental. The --experimental-retransmit-xdp-interface, --experimental-retransmit-xdp-cpu-cores, and --experimental-retransmit-xdp-zero-copy flags have been deprecated. Use --xdp-interface, --xdp-cpu-cores, and --xdp-zero-copy instead. Behavior is unchanged: pass --xdp-cpu-cores to enable XDP on the specified cores.

Changes

4.0.0

RPC

Breaking

  • --public-tpu-address and --public-tpu-forwards-address CLI arguments and setPublicTpuForwardsAddress, setPublicTpuAddress RPC methods now specify QUIC ports, not UDP.
  • Blockstore PerfSamples column legacy format removed.
    • The PerfSamples column format was updated in agave v1.15 to write PerfSampleV2. The old format, PerfSampleV1, will no longer be supported for fallback reads as of v4.0.
  • Blockstore transaction metadata column legacy format support removed.
    • The TransactionStatus, TransactionMemos, and AddressSignatures columns were updated in v1.18 to write a new key format. The old key format will no no longer be supported for fallback reads as of v4.0
  • getSignaturesForAddress returns an error with code -32020 if the before or until signatures are not found, rather than a successful response with an empty array

Changes

  • Added --enable-scheduler-bindings which binds an IPC server at <ledger-path>/scheduler_bindings.ipc for external schedulers to connect to.
  • Added clientId field to each node in getClusterNodes response

Validator

Breaking

  • Removed deprecated arguments
    • --accounts-db-clean-threads
    • --accounts-db-hash-threads
    • --accounts-db-read-cache-limit-mb
    • --accounts-hash-cache-path
    • --cuda
    • --disable-accounts-disk-index
    • --dev-halt-at-slot
    • --monitor (exit subcommand)
    • --transaction-struct
    • --wait-for-exit (exit subcommand)
    • --tpu-coalesce-ms
    • --tpu-disable-quic
    • --tpu-enable-udp
  • --block-verification-method blockstore-processor is no longer supported. Remove the argument or switch to --block-verification-method unified-scheduler instead.

... (truncated)

Commits

Updates solana-loader-v3-interface from 6.1.1 to 7.0.0

Release notes

Sourced from solana-loader-v3-interface's releases.

reward-info@v6.2.0

What's new

Commits
  • 182207e Publish solana-loader-v3-interface v7.0.0
  • 31c6346 clippy
  • 242c8bb fix write_json_file
  • 999b5fb reject identity public keys for verification
  • 142373e add clarifying docs on batch verification
  • 20bdbe2 use references for secret key scalar
  • cbd0cbc address permission inheritance in json file
  • e9eb93d use valid data for serdes tests
  • cbf621f fix tests
  • f7d7b39 remove default impl for PoP/PubKey/Signature
  • Additional commits viewable in compare view

Updates solana-message from 3.1.0 to 4.2.0

Release notes

Sourced from solana-message's releases.

sysvar@v4.1.0

What's new

transaction@v4.1.4

What's new

  • Publish solana-transaction v4.1.4
  • Support and check StableAbi for message and transaction (#771) by @​kskalski

instructions-sysvar@v4.0.0

What's new

  • Publish solana-instructions-sysvar v4.0.0
  • Handle overflow (#765) by @​apfitzge

epoch-schedule@v3.2.0

What's new

Commits

Updates solana-transaction from 3.1.0 to 4.1.2

Release notes

Sourced from solana-transaction's releases.

sysvar@v4.1.0

What's new

instructions-sysvar@v4.0.0

What's new

  • Publish solana-instructions-sysvar v4.0.0
  • Handle overflow (#765) by @​apfitzge

epoch-schedule@v3.2.0

What's new

Commits
  • 35b2012 Publish solana-transaction v4.1.2
  • 74dbcaf Publish solana-message v4.2.0
  • 364cd25 hash: derive StableAbi for hash (#736)
  • 20fafe8 transaction: prepend v1 message byte in SanitizedTransaction::message_data (#...
  • a40a21a frozen-abi: refactor of StableAbi (#737)
  • e3fadf1 account: enable frozen-abi StableAbi (#473)
  • efa202c expose sec-p params (#732)
  • 00741a9 Publish solana-zero-copy v1.1.1
  • 4efcc98 zero-copy: Remove custom PartialEq and ParialOrd impl (#734)
  • 8727bf9 frozen-abi: replace linked_stable_abi_pair macro by constants (#731)
  • Additional commits viewable in compare view

Updates borsh from 1.6.1 to 1.7.0

Release notes

Sourced from borsh's releases.

borsh-derive-v1.7.0

No release notes provided.

borsh-v1.7.0

Added

  • impl BorshSerialize and BorshDeserialize for Uuid (#366)

Fixed

  • handle PhantomData in enum schema derive (#369)

Other

  • cover schema predicate bounds referencing filtered enum params (#372)
  • fix the build on current toolchains (#368)
Changelog

Sourced from borsh's changelog.

1.7.0 - 2026-06-17

Added

  • impl BorshSerialize and BorshDeserialize for Uuid (#366)

Fixed

  • handle PhantomData in enum schema derive (#369)

Other

  • cover schema predicate bounds referencing filtered enum params (#372)
  • fix the build on current toolchains (#368)
Commits
  • 3348776 chore: release v1.7.0 (#370)
  • 9e48f60 test: cover schema predicate bounds referencing filtered enum params (#372)
  • 1133023 fix: handle PhantomData in enum schema derive (#369)
  • b53e108 ci: use org-level NEARPROTOCOL_CI_PR_ACCESS token for release-plz (#371)
  • 47e132f feat: impl BorshSerialize and BorshDeserialize for Uuid (#366)
  • aa2e794 ci: fix the build on current toolchains (#368)
  • See full diff in compare view

Updates prost from 0.13.5 to 0.14.3

Changelog

Sourced from prost's changelog.

Prost version 0.14.3

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

⚠️ Heads-up

  • Add back DecodeError::new (#1382)

    The DecodeError::new() was removed to simplify our code. It was not part of the public API, but removing it broke code in other crates. It is added back to prevent breakage across the ecosystem.

🐛 Bug Fixes

  • Name::full_name() is correct for empty packages (#1386)

💼 Dependencies

  • (deps) Bump actions/upload-artifact from 5 to 6 (#1381)
  • (deps) Update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)

⚙️ Miscellaneous Tasks

  • Remove protobuf submodule and leverage cmake for it (#1389)

Prost version 0.14.2

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

note: this version was yanked in favor of 0.14.2

⚠️ Heads-up

  • Increase MSRV to 1.82 (#1356)

  • Update maintenance status to Passively Maintained (#1359)

    This excerpt is from the readme:

    The current maintainer is not contributing new features and doesn't have the time to review new features. Bug fixes and small improvements are welcome. Feel free to contribute small and easily reviewable PRs.

    Bug fixes are still important, and security fixes will be released as soon as possible. Contact the #prost channel in Tokio discord if you feel a bug or security fix is not getting enough attention.

    The maintainer expects the official protobuf project to release their rust library soon and expects it to be as fully featured as the C++ library. See their source code and crate for more information.

🚀 Features

  • Configure prost path via prost_build::Config or #[(prost(prost_path = "::prost")] (#1274)
  • Support for deprecated enum and oneof fields (#1316)

🐛 Bug Fixes

  • (prost-build) Resolve OneOf type name conflict with embedded message (#1294)
  • (prost-build) Avoid OneOf type collision with enums and keyword names (#1341)

... (truncated)

Commits

Updates prost-types from 0.13.5 to 0.14.3

Changelog

Sourced from prost-types's changelog.

Prost version 0.14.3

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

⚠️ Heads-up

  • Add back DecodeError::new (#1382)

    The DecodeError::new() was removed to simplify our code. It was not part of the public API, but removing it broke code in other crates. It is added back to prevent breakage across the ecosystem.

🐛 Bug Fixes

  • Name::full_name() is correct for empty packages (#1386)

💼 Dependencies

  • (deps) Bump actions/upload-artifact from 5 to 6 (#1381)
  • (deps) Update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)

⚙️ Miscellaneous Tasks

  • Remove protobuf submodule and leverage cmake for it (#1389)

Prost version 0.14.2

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

note: this version was yanked in favor of 0.14.2

⚠️ Heads-up

  • Increase MSRV to 1.82 (#1356)

  • Update maintenance status to Passively Maintained (#1359)

    This excerpt is from the readme:

    The current maintainer is not contributing new features and doesn't have the time to review new features. Bug fixes and small improvements are welcome. Feel free to contribute small and easily reviewable PRs.

    Bug fixes are still important, and security fixes will be released as soon as possible. Contact the #prost channel in Tokio discord if you feel a bug or security fix is not getting enough attention.

    The maintainer expects the official protobuf project to release their rust library soon and expects it to be as fully featured as the C++ library. See their source code and crate for more information.

🚀 Features

<...

Description has been truncated

Bumps the rust-deps group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [solana-client](https://github.com/anza-xyz/agave) | `3.1.14` | `4.1.0` |
| [solana-sdk](https://github.com/anza-xyz/solana-sdk) | `3.0.0` | `4.0.1` |
| [solana-transaction-status](https://github.com/anza-xyz/agave) | `3.1.14` | `4.1.0` |
| [solana-loader-v3-interface](https://github.com/anza-xyz/solana-sdk) | `6.1.1` | `7.0.0` |
| [solana-message](https://github.com/anza-xyz/solana-sdk) | `3.1.0` | `4.2.0` |
| [solana-transaction](https://github.com/anza-xyz/solana-sdk) | `3.1.0` | `4.1.2` |
| [borsh](https://github.com/near/borsh-rs) | `1.6.1` | `1.7.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.3` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.3` |
| [tonic](https://github.com/hyperium/tonic) | `0.13.1` | `0.14.6` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [ripemd](https://github.com/RustCrypto/hashes) | `0.1.3` | `0.2.0` |
| [bech32](https://github.com/rust-bitcoin/rust-bech32) | `0.11.1` | `0.12.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.1.2+spec-1.1.0` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` |
| [alloy](https://github.com/alloy-rs/alloy) | `1.8.3` | `2.1.0` |
| [sp1-sdk](https://github.com/succinctlabs/sp1) | `5.2.4` | `6.3.1` |
| [sp1-prover](https://github.com/succinctlabs/sp1) | `5.2.4` | `6.3.1` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.1` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.1` | `0.32.0` |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.32.1` | `0.33.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.4` |
| [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) | `2.3.2` | `3.0.9` |



Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)

Updates `solana-client` from 3.1.14 to 4.1.0
- [Release notes](https://github.com/anza-xyz/agave/releases)
- [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
- [Commits](anza-xyz/agave@v3.1.14...v4.1.0)

Updates `solana-sdk` from 3.0.0 to 4.0.1
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/sdk@v3.0.0...sdk@v4.0.1)

Updates `solana-transaction-status` from 3.1.14 to 4.1.0
- [Release notes](https://github.com/anza-xyz/agave/releases)
- [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
- [Commits](anza-xyz/agave@v3.1.14...v4.1.0)

Updates `solana-loader-v3-interface` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/loader-v3-interface@v6.1.1...loader-v3-interface@v7.0.0)

Updates `solana-message` from 3.1.0 to 4.2.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...hash@v4.2.0)

Updates `solana-transaction` from 3.1.0 to 4.1.2
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...transaction@v4.1.2)

Updates `borsh` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](near/borsh-rs@borsh-v1.6.1...borsh-v1.7.0)

Updates `prost` from 0.13.5 to 0.14.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.5...v0.14.3)

Updates `prost-types` from 0.13.5 to 0.14.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.5...v0.14.3)

Updates `tonic` from 0.13.1 to 0.14.6
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-rust@v0.13.1...tonic-v0.14.6)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `ripemd` from 0.1.3 to 0.2.0
- [Commits](RustCrypto/hashes@ripemd-v0.1.3...ripemd-v0.2.0)

Updates `bech32` from 0.11.1 to 0.12.0
- [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bech32@bech32-0.11.1...bech32-0.12.0)

Updates `toml` from 0.8.23 to 1.1.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.2)

Updates `zeroize` from 1.8.2 to 1.9.0
- [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0)

Updates `alloy` from 1.8.3 to 2.1.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.8.3...v2.1.0)

Updates `sp1-sdk` from 5.2.4 to 6.3.1
- [Release notes](https://github.com/succinctlabs/sp1/releases)
- [Changelog](https://github.com/succinctlabs/sp1/blob/main/release-plz.toml)
- [Commits](succinctlabs/sp1@v5.2.4...v6.3.1)

Updates `sp1-prover` from 5.2.4 to 6.3.1
- [Release notes](https://github.com/succinctlabs/sp1/releases)
- [Changelog](https://github.com/succinctlabs/sp1/blob/main/release-plz.toml)
- [Commits](succinctlabs/sp1@v5.2.4...v6.3.1)

Updates `opentelemetry` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-prometheus-0.31.0...opentelemetry-0.32.0)

Updates `opentelemetry_sdk` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-semantic-conventions-0.32.1)

Updates `opentelemetry-otlp` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.31.1...opentelemetry-otlp-0.32.0)

Updates `tracing-opentelemetry` from 0.32.1 to 0.33.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.32.1...v0.33.0)

Updates `uuid` from 1.23.1 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.1...v1.23.4)

Updates `cosmwasm-std` from 2.3.2 to 3.0.9
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CosmWasm/cosmwasm/commits)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: solana-client
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: solana-sdk
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: solana-transaction-status
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: solana-loader-v3-interface
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: solana-message
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: solana-transaction
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: borsh
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: prost
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: prost-types
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: tonic
  dependency-version: 0.14.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: ripemd
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: bech32
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: zeroize
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: alloy
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: sp1-sdk
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: sp1-prover
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: opentelemetry
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: opentelemetry_sdk
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: opentelemetry-otlp
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: tracing-opentelemetry
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: cosmwasm-std
  dependency-version: 3.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
...

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 Jun 28, 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