From 6a196306c14cfd33da7e24f9a2ace214fda4921e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:29:03 +0000 Subject: [PATCH] build(deps): update anchor-lang requirement from 0.30.1 to 1.0.1 Updates the requirements on [anchor-lang](https://github.com/solana-foundation/anchor) to permit the latest version. - [Release notes](https://github.com/solana-foundation/anchor/releases) - [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md) - [Commits](https://github.com/solana-foundation/anchor/compare/v0.30.1...v1.0.1) --- updated-dependencies: - dependency-name: anchor-lang dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d31b104..29d47f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["solana", "anchor", "privacy", "confidential-transfer", "web3"] categories = ["cryptography", "network-programming"] [workspace.dependencies] -anchor-lang = "0.30.1" +anchor-lang = "1.0.1" anchor-spl = "0.30.1" solana-program = "=1.18.26" borsh = "1.5"