Skip to content

chore(deps): bump anchor-lang from 0.31.1 to 1.0.2#4

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/anchor-lang-1.0.2
Closed

chore(deps): bump anchor-lang from 0.31.1 to 1.0.2#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/anchor-lang-1.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps anchor-lang from 0.31.1 to 1.0.2.

Release notes

Sourced from anchor-lang's releases.

v1.0.2

The v1.0.2 release is here.

Check out the release notes from Anchor website or GitHub.

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

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.

Changelog

Sourced from anchor-lang's changelog.

[1.0.2] - 2026-05-02

Features

Fixes

  • client: Replace solana-program with solana-hash (#4468).
  • lang: Make idl build time way faster by caching CrateContext (#4325).
  • cli: Bind localnet to 127.0.0.1 by default to fix a panic in solana-test-validator version 3.1.10 (#4397).
  • cli: Fallback to a priority fee of 0 on localnet (#4259).
  • lang/syn: Fix compile error with init and a runtime seeds expression (#4495).

Breaking

[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)

... (truncated)

Commits
  • 1314a6b v1.0.2 (#4501)
  • 3eb1fb0 fix(lang): Improve Program generic key checking logic
  • 415a16b fix(lang/syn): Use first type alias when encountering duplicates (#4500)
  • 900f276 Handle ts-docs and changelog in release CI (#4492)
  • 0cafd39 fix(syn): Fix compile error with init and a runtime seeds expression (#4495)
  • 4d7a17f client: Replace solana-program with solana-hash (#4468)
  • b0866e2 fix(cli): Fallback to a recommended fee of 0 (#4259)
  • 43fc389 fix(cli): bind localnet to 127.0.0.1 by default (#4397)
  • 4700b61 lang: Make idl build time way faster by caching CrateContext (#4325)
  • 4c10bd6 Release: v1.0.1 (#4410)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [anchor-lang](https://github.com/solana-foundation/anchor) from 0.31.1 to 1.0.2.
- [Release notes](https://github.com/solana-foundation/anchor/releases)
- [Changelog](https://github.com/otter-sec/anchor/blob/master/CHANGELOG.md)
- [Commits](otter-sec/anchor@v0.31.1...v1.0.2)

---
updated-dependencies:
- dependency-name: anchor-lang
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Author

Superseded by #12.

@dependabot dependabot Bot closed this Jun 27, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/anchor-lang-1.0.2 branch June 27, 2026 00:32
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