Skip to content

chore(deps): bump anchor-lang from 1.0.2 to 1.1.2#621

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps anchor-lang from 1.0.2 to 1.1.2.

Release notes

Sourced from anchor-lang's releases.

v1.1.2

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

Changelog

Sourced from anchor-lang's changelog.

[1.1.2] - 2026-06-26

Features

Fixes

  • deps: Tighten dependencies between anchor-* crates to reduce breakage (#4726).

Breaking

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

... (truncated)

Commits

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/otter-sec/anchor) from 1.0.2 to 1.1.2.
- [Release notes](https://github.com/otter-sec/anchor/releases)
- [Changelog](https://github.com/otter-sec/anchor/blob/master/CHANGELOG.md)
- [Commits](otter-sec/anchor@v1.0.2...v1.1.2)

---
updated-dependencies:
- dependency-name: anchor-lang
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 29, 2026
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