From 2c385515142b53e414893a14f13907354dce0e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:23:37 +0000 Subject: [PATCH] deps(solana)(deps): bump the rust-solana group across 1 directory with 7 updates Updates the requirements on [bincode](https://github.com/bincode-org/bincode), [thiserror](https://github.com/dtolnay/thiserror), [sha2](https://github.com/RustCrypto/hashes), [solana-sdk](https://github.com/anza-xyz/solana-sdk), [solana-client](https://github.com/anza-xyz/agave), [solana-program](https://github.com/anza-xyz/solana-sdk) and [rand](https://github.com/rust-random/rand) to permit the latest version. Updates `bincode` to 3.0.0 - [Commits](https://github.com/bincode-org/bincode/commits) Updates `thiserror` to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.18) Updates `sha2` to 0.11.0 - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) Updates `solana-sdk` to 4.0.1 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/address@v2.1.0...sdk@v4.0.1) Updates `solana-client` to 3.1.11 - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](https://github.com/anza-xyz/agave/compare/v2.0.14...v3.1.11) Updates `solana-program` to 4.0.0 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/address@v2.1.0...sdk@v4.0.0) Updates `rand` to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.0...0.10.0) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production dependency-group: rust-solana - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production dependency-group: rust-solana - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: rust-solana - dependency-name: solana-sdk dependency-version: 4.0.1 dependency-type: direct:production dependency-group: rust-solana - dependency-name: solana-client dependency-version: 3.1.11 dependency-type: direct:production dependency-group: rust-solana - dependency-name: solana-program dependency-version: 4.0.0 dependency-type: direct:production dependency-group: rust-solana - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production dependency-group: rust-solana ... Signed-off-by: dependabot[bot] --- crates/signia-solana-client/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/signia-solana-client/Cargo.toml b/crates/signia-solana-client/Cargo.toml index bb957f2..423389e 100644 --- a/crates/signia-solana-client/Cargo.toml +++ b/crates/signia-solana-client/Cargo.toml @@ -8,21 +8,21 @@ repository = "https://github.com/your-org/signia" readme = "README.md" [dependencies] - bincode = "1" + bincode = "3" anyhow = "1" -thiserror = "1" +thiserror = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" bs58 = "0.5" -solana-sdk = "2.0.14" -solana-client = "2.0.14" -solana-program = "2.0.14" +solana-sdk = "4.0.1" +solana-client = "3.1.11" +solana-program = "4.0.0" # Workspace crates signia-core = { path = "../signia-core" } [dev-dependencies] -rand = "0.8" +rand = "0.10"