Skip to content

build(deps): bump the anchor group with 2 updates#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/anchor-3b03f64b74
Open

build(deps): bump the anchor group with 2 updates#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/anchor-3b03f64b74

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the anchor group with 2 updates: anchor-lang and anchor-spl.

Updates anchor-lang from 0.29.0 to 1.0.1

Release notes

Sourced from anchor-lang's releases.

v1.0.1

The 1.0.1 patch release is here. This release fixes an issue with handling user-provided Borsh attributes in serialization.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v1.0.0

The first stable major release is here. This version ships several new features and improvements.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.32.1

The 0.32.1 patch release is here. This patch is aimed to fix the anchor deploy race condition found in 0.32.0.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.32.0

The 0.32.0 major release is here. This release targets a number of optimizations we wanted to make before 1.0 major release.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.31.1

This patch release is aimed at fixing proc-macro2 related IDL build errors.

Check out the release notes from Anchor website or GitHub.

For a list of all notable changes with their associated PRs, see the CHANGELOG.

v0.31.0

The last major release before v1 is finally here!

Check out the release notes from Anchor website or GitHub.

For a list of all notable changes with their associated PRs, see the CHANGELOG.

v0.30.1

This patch release includes various improvements and bug fixes.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.30.0

The long-awaited v0.30.0 release is finally here!

... (truncated)

Changelog

Sourced from anchor-lang's changelog.

[1.0.1] - 2026-04-16

Features

Fixes

  • lang: Handle user-provided borsh attributes in derives (#4380).

Breaking

[1.0.0] - 2026-04-02

Features

  • lang: Add Migration<'info, From, To> account type for schema migrations between account types (#4060).
  • cli: Added a check_program_id_mismatch in build time to check if the program ID in the source code matches the program ID in the keypair file (#4018). This check will be skipped during anchor test.
  • lang: Add instruction parser to declare_program! (#4118).
  • ts: Export all IDL types from the root. Users can now update dist/cjs/idl imports to import directly from @anchor-lang/core (#3948).
  • lang: Add declare_program! support with just anchor_client and not anchor_lang (#4157).
  • lang: Export Owners from prelude (#4189).
  • cli: Use surfpool by default for anchor test and anchor localnet commands (#4106).
  • lang: Optimize enums with all unit variants and empty arrays with Lazy (#4237).
  • lang: Include init_if_needed accounts in duplicate mutable account checks (#4239).
  • client: Accept FnMut for events closure (#4024).
  • client: Export all types used by the public API (#4211).
  • lang: Make common::close accept references (#4178).
  • cli/idl: Add --allow-localnet option for IDL commands; fix panic when run outside a workspace (#4252).
  • lang: Check owner on account reload (#3837).
  • lang/ts: Upgrade borsh to 1.5.7 (#4012).
  • syn: Relax seeds syntax to allow more flexible PDA seed expressions (#3813).
  • lang: Deprecate AccountInfo usage in Accounts macro with a compile-time warning (#3854).
  • cli: Update anchor init to use the multiple program template by default (#3958).
  • cli: Add hooks section to Anchor.toml for {pre,post}-{build,test,deploy} lifecycle hooks (#3862).
  • lang: Add generic program validation support to Program type allowing Program<'info> for executable-only validation (#3878).
  • cli: Added litesvm test template and made it the default option on anchor init (#4316)
  • cli: Added --install-agent-skills to automatically install Solana agent skills during anchor init (#4307)
  • avm: Added flags and version labels to explicitly handle pre-releases (avm list --pre-release, avm update --pre-release and avm install latest-pre-release). (#4335)
  • avm: Added avm self-update command and passive version check warning for out of date avm (#4338)
  • lang, cli, client: Updated solana dependencies to the latest compatible versions. Bumping CI and docker builds to use Solana CLI version 3.1.10 (#4317)

Fixes

  • lang: Add missing Lazy bound on generics (#4240).
  • lang: Fix wrong generated error code in declare_program! (#4129).
  • idl: Fix defined types with unsupported fields not producing an error (#4088).
  • lang: Fix using non-instruction composite accounts multiple times with declare_program! (#4113).
  • lang: Fix declare_program! messing up IDL errors generation (#4126).
  • idl: Fix address constraint not resolving constants that have numbers in their identifiers (#4144).
  • lang: Fix constant nested string generation in declare_program! (#4158).
  • idl: Fix local_file method not found for proc_macro2::Span error (#4187).

... (truncated)

Commits
  • 4c10bd6 Release: v1.0.1 (#4410)
  • bcba61c fix(lang): Handle user-provided borsh attributes in serialization (#4380)
  • 25be6d5 v1.0.0
  • 7e37c6a client: Remove the solana-account-decoder crate export (#4373)
  • df3f11f examples, tests: Set package versions to 0.1.0 (#4362)
  • 52658df chore: Add mass format commit to git blame ignorelist (#4365)
  • 36532f1 fix: skip keygen for prepare-release and use correct cli version for release ...
  • 8537871 chore: updated bench values (#4368)
  • 8dbcb88 fix(ci): fetch tags on prepare-release (#4367)
  • 858ba09 fix: resolve latest stable version for docs version bump (#4366)
  • Additional commits viewable in compare view

Updates anchor-spl from 0.29.0 to 0.30.1

Release notes

Sourced from anchor-spl's releases.

v0.30.1

This patch release includes various improvements and bug fixes.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.30.0

The long-awaited v0.30.0 release is finally here!

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

Changelog

Sourced from anchor-spl's changelog.

[0.30.1] - 2024-06-20

Features

  • idl: Allow overriding the idl build toolchain with the RUSTUP_TOOLCHAIN environment variable (#2941).
  • avm: Support customizing the installation location using AVM_HOME environment variable (#2917).
  • avm: Optimize avm list when GitHub API rate limits are reached (#2962)
  • idl, ts: Add accounts resolution for associated token accounts (#2927).
  • cli: Add --no-install option to the init command (#2945).
  • lang: Implement TryFromIntError for Error to be able to propagate integer conversion errors (#2950).
  • idl: Add ability to convert legacy IDLs (#2986).
  • ts: Extract Anchor error codes into their own package (#2983).
  • cli: Add additional solana arguments to the upgrade command (#2998).
  • spl: Export spl-associated-token-account crate (#2999).
  • lang: Support legacy IDLs with declare_program! (#2997).
  • cli: Add idl convert command (#3009).
  • cli: Add idl type command (#3017).
  • lang: Add anchor_lang::pubkey macro for declaring Pubkey const values (#3021).
  • cli: Sync program ids on the initial build (#3023).
  • idl: Remove anchor-syn dependency (#3030).
  • lang: Add const of program ID to declare_id! and declare_program! (#3019).
  • idl: Add separate spec crate (#3036).
  • lang: Include pubkey! macro in prelude (#3026).
  • cli: Print total steps in IDL buffer writes (#2944).

Fixes

  • lang: Eliminate variable allocations that build up stack space for token extension code generation (#2913).
  • ts: Fix incorrect maxSupportedTransactionVersion in AnchorProvider.send*() methods (#2922).
  • cli: Use npm's configured default license for new projects made with anchor init (#2929).
  • cli: add filename to 'Unable to read keypair file' errors (#2932).
  • idl: Fix path resolution of the Cargo.lock of the project when generating idls for external types (#2946).
  • idl: Fix potential panic on external type resolution (#2954).
  • lang: Fix using defined types in instruction parameters with declare_program! (#2959).
  • lang: Fix using const generics with declare_program! (#2965).
  • lang: Fix using Vec<u8> type with declare_program! (#2966).
  • lang: Fix ProgramError::ArithmeticOverflow not found error (#2975).
  • lang: Fix using optional accounts with declare_program! (#2967).
  • lang: Fix instruction return type generation with declare_program! (#2977).
  • cli: Fix IDL write getting corrupted from retries (#2964).
  • idl: Fix unexpected_cfgs build warning (#2992).
  • lang: Make tuple struct fields public in declare_program! (#2994).
  • Remove rust-version from crate manifests (#3000).
  • cli: Fix upgradeable program clones (#3010).
  • ts: Fix using IDLs that have defined types as generic arguments (#3016).
  • idl: Fix generation with unsupported expressions (#3033).
  • idl: Fix using address constraint with field expressions (#3034).
  • lang: Fix using bytemuckunsafe account serialization with declare_program! (#3037).
  • ts: Upgrade @babel/traverse to 7.24.1 (#2919).

... (truncated)

Commits
  • e6d7daf v0.30.1 (#3040)
  • cf7abd4 Upgrade Solana to 1.18.17 (#3039)
  • cc43e67 idl: Add separate spec crate (#3036)
  • 9c17d65 lang: Fix using bytemuckunsafe account serialization with `declare_program!...
  • f326b89 idl: Fix using address constraint with field expressions (#3034)
  • 3c5483f lang: Add const of program ID to declare_id! and declare_program! (#3019)
  • 64c52c6 idl: Fix generation with unsupported expressions (#3033)
  • d4318cc idl: Remove anchor-syn dependency (#3030)
  • 1c2aabe lang: Include pubkey! macro in prelude (#3026)
  • 81c2519 lang: Add pubkey macro for declaring Pubkey const values (#3021)
  • Additional commits viewable in compare view

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 anchor group with 2 updates: [anchor-lang](https://github.com/solana-foundation/anchor) and [anchor-spl](https://github.com/solana-foundation/anchor).


Updates `anchor-lang` from 0.29.0 to 1.0.1
- [Release notes](https://github.com/solana-foundation/anchor/releases)
- [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md)
- [Commits](otter-sec/anchor@v0.29.0...v1.0.1)

Updates `anchor-spl` from 0.29.0 to 0.30.1
- [Release notes](https://github.com/solana-foundation/anchor/releases)
- [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md)
- [Commits](otter-sec/anchor@v0.29.0...v0.30.1)

---
updated-dependencies:
- dependency-name: anchor-lang
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: anchor
- dependency-name: anchor-spl
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: anchor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, onchain, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants