Skip to content

chore(deps): bump the cargo-minor-patch group across 2 directories with 3 updates#1224

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/programs/sip-privacy/cargo-minor-patch-23441e6206
Open

chore(deps): bump the cargo-minor-patch group across 2 directories with 3 updates#1224
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/programs/sip-privacy/cargo-minor-patch-23441e6206

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 3 updates in the /programs/sip-privacy directory: anchor-lang, anchor-spl and bytemuck.
Bumps the cargo-minor-patch group with 2 updates in the /programs/sipher-vault directory: anchor-lang and anchor-spl.

Updates 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

Updates anchor-spl from 1.0.2 to 1.1.2

Release notes

Sourced from anchor-spl'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-spl'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

Updates bytemuck from 1.25.0 to 1.25.1

Changelog

Sourced from bytemuck's changelog.

1.25.1

1.25

1.24

1.23.2

  • bump derive minimum version.

1.23.1

  • Added a windows-only ZeroableInOption impl for "stdcall" functions.

1.23

  • impl_core_error crate feature adds core::error::Error impl.
  • More ZeroableInOption impls.

1.22

  • Add the pod_saturating feature, which adds Pod impls for Saturating<T> when T is already Pod.
  • A bump in the minimum bytemuck_derive dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient cargo.lock file sitting around.
  • Adds Send and Sync impls to BoxBytes.

1.21

  • Implement Pod and Zeroable for core::arch::{x86, x86_64}::__m512, __m512d and __m512i without nightly. Requires Rust 1.72, and is gated through the avx512_simd cargo feature.
  • Allow the use of must_cast_mut and must_cast_slice_mut in const contexts. Requires Rust 1.83, and is gated through the must_cast_extra cargo feature.
  • internal: introduced the maybe_const_fn macro that allows defining some function to be const depending upon some cfg predicate.

1.20

  • New functions to allocate zeroed Arc and Rc. Requires Rust 1.82
  • TransparentWrapper impls for core::cmp::Reverse and core::num::Saturating.

... (truncated)

Commits
  • cabc8e7 chore: Release bytemuck version 1.25.1
  • 2d4d8ca changelog
  • 946e7a9 chore: Release bytemuck_derive version 1.11.0
  • 8a8f7cf changelog derive
  • ee6742e changelog
  • e2d1c7f Don't impl core::error::Error on spirv (#348)
  • 7dd7174 make the note more terse
  • 24b1b71 Update Rust version in CI workflow to 1.71.0
  • f0dfc1b docs: note that an empty slice must still satisfy target alignment in cast_sl...
  • See full diff in compare view

Updates 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

Updates anchor-spl from 1.0.2 to 1.1.2

Release notes

Sourced from anchor-spl'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-spl'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

Updates 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

Updates anchor-spl from 1.0.2 to 1.1.2

Release notes

Sourced from anchor-spl'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-spl'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 dire...

    Description has been truncated

…th 3 updates

Bumps the cargo-minor-patch group with 3 updates in the /programs/sip-privacy directory: [anchor-lang](https://github.com/otter-sec/anchor), [anchor-spl](https://github.com/otter-sec/anchor) and [bytemuck](https://github.com/Lokathor/bytemuck).
Bumps the cargo-minor-patch group with 2 updates in the /programs/sipher-vault directory: [anchor-lang](https://github.com/otter-sec/anchor) and [anchor-spl](https://github.com/otter-sec/anchor).


Updates `anchor-lang` 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)

Updates `anchor-spl` 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)

Updates `bytemuck` from 1.25.0 to 1.25.1
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.25.0...v1.25.1)

Updates `anchor-lang` 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)

Updates `anchor-spl` 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)

Updates `anchor-lang` 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)

Updates `anchor-spl` 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)

Updates `anchor-lang` 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)

Updates `anchor-spl` 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
  dependency-group: cargo-minor-patch
- dependency-name: anchor-spl
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: bytemuck
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: anchor-lang
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: anchor-spl
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: anchor-lang
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: anchor-spl
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: anchor-lang
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: anchor-spl
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
...

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 Jul 13, 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