Skip to content

Bump anchor-lang from 0.30.1 to 1.1.1 in /programs/executor#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/programs/executor/anchor-lang-1.1.1
Open

Bump anchor-lang from 0.30.1 to 1.1.1 in /programs/executor#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/programs/executor/anchor-lang-1.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps anchor-lang from 0.30.1 to 1.1.1.

Release notes

Sourced from anchor-lang's releases.

v1.1.1

The v1.1.1 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.1.0

The v1.1.0 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.3

The v1.0.3 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.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.

... (truncated)

Changelog

Sourced from anchor-lang's changelog.

[1.1.1] - 2026-06-25

Features

  • ts: Re-implement verifiedBuild using the OtterSec registry (verify.osec.io), replacing the defunct apr.dev API (#4522).
  • ts: Add decodeIdlAccountRaw (#4375).
  • cli: Add --stdout flag to the expand command (#4400).
  • client: Add versioned tx support (#4207).
  • cli: Add edition and rust-version to template (#4048)
  • lang: Add program_id verification to CPI return values (#4411).
  • cli: Resolve the target directory via cargo metadata so custom target locations (e.g. CARGO_TARGET_DIR, workspace-level overrides) work across build, test, deploy and IDL paths (#3817).
  • cli: Allow configuring IDL JSON location in workspace config (#4483).
  • lang: Derive Clone, Debug, Copy, and Default on generated client / CPI account structs and instruction args where the field types allow it (#4085).
  • cli: Support multiple named scripts in Anchor.toml and run them via anchor test --script <name> / anchor run <name> (#3999).
  • cli/idl: Add fetch-historical support to recover historical IDLs with the Anchor CLI (#3992).
  • cli: anchor init refuses to create a new Anchor workspace inside an existing Cargo workspace to avoid broken nested layouts (#4576).
  • cli: Add r as an alias to the run command (#4643).

Fixes

  • cli: Warn instead of aborting anchor build when a program keypair and declare_id! do not match (#4705).
  • lang: Snapshot CPI return data before Return::get() validates the source program (#4624).
  • lang/syn: Remove remaining fallible IDL generation paths from clippy-denied code (#4631).
  • lang: Validate max_len arguments more strictly during space derivation (#4707).
  • ts: Remove cross-fetch dependency (#4671).
  • lang: Set anchor-lang Minimum Supported Rust Version to 1.89 (#4638).
  • lang: Migrate anchor-syn from syn 1.x to syn 2.0, allowing use of modern Rust syntax (#4523).
  • idl: Bump version to 0.1.3 (#4453).
  • lang: Avoid fatal errors in IDL building when modern Rust syntax is in use (#4520).
  • lang: Return InvalidProgramId when Migration::exit cannot persist migrated state because To::owner() does not match program_id (#4706).
  • client: Avoid panic in parse_logs_response when a program-emitted log line ends with invoke [1] (#4461).
  • cli: Correctly honor --skip-seed-phrase-validation in keygen recover (#4417).
  • ts: Fix sha256.hash() returning corrupted output by using hex encoding (#4404).
  • lang: Support module constants in max_len attribute (#3879).
  • cli: Bump cargo_toml to allow parsing resolver = "3" (#4515).
  • ts: Validate instruction args in BorshInstructionCoder.encode to reject typo'd or missing fields instead of silently ignoring them (#4560).
  • ts: Align TS camelCase conversion with Rust heck for digit-letter identifiers so generated client names match Rust identifiers (#4571).
  • cli: Warn if event-cpi instruction is unreachable with custom discriminators (#4614).
  • ts: Update engines.node to >= 20.18 (#4647).

Breaking

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

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot dependabot Bot force-pushed the dependabot/cargo/programs/executor/anchor-lang-1.1.1 branch from 9ce4072 to 7b8a201 Compare June 26, 2026 16:13
Bumps [anchor-lang](https://github.com/otter-sec/anchor) from 0.30.1 to 1.1.1.
- [Release notes](https://github.com/otter-sec/anchor/releases)
- [Changelog](https://github.com/otter-sec/anchor/blob/master/CHANGELOG.md)
- [Commits](otter-sec/anchor@v0.30.1...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/programs/executor/anchor-lang-1.1.1 branch from 7b8a201 to 10e04ae Compare June 26, 2026 16:24
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