From 26fa14e2f3435dd5323d5dd15718980f6abb0077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:09:16 +0000 Subject: [PATCH] build(deps): bump solana-nullable from 1.0.0 to 1.1.0 Bumps [solana-nullable](https://github.com/anza-xyz/solana-sdk) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/address@v1.0.0...address@v1.1.0) --- updated-dependencies: - dependency-name: solana-nullable dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- interface/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd97f70..0ad4a50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5820,9 +5820,9 @@ dependencies = [ [[package]] name = "solana-nullable" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a90429a75d69fdcb31952c3dea79f5f3c8157cfe88221e066103c9c237876073" +checksum = "da028344c595c7416769ff648d206de7962571291a4cea24c38a60b6f40d53bb" dependencies = [ "bytemuck", ] diff --git a/interface/Cargo.toml b/interface/Cargo.toml index bce62a4..5e6cf60 100644 --- a/interface/Cargo.toml +++ b/interface/Cargo.toml @@ -16,7 +16,7 @@ num_enum = { version = "0.7", default-features = false } num-traits = { version = "0.2", default-features = false } solana-address = { version = "2.4.0", default-features = false, features = ["bytemuck", "nullable"] } solana-instruction = { version = "3.3.0", default-features = false } -solana-nullable = { version = "1.0.0", features = ["bytemuck"] } +solana-nullable = { version = "1.1.0", features = ["bytemuck"] } solana-program-error = { version = "3.0.1", default-features = false } solana-zero-copy = { version = "1.0.0", features = ["bytemuck"] } spl-discriminator = "0.5.2"