From 33089f491959bc83df553767fd508b2bed8fbca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 03:02:06 +0000 Subject: [PATCH] Bump anchor-syn from 0.30.1 to 0.32.1 Bumps [anchor-syn](https://github.com/coral-xyz/anchor) from 0.30.1 to 0.32.1. - [Release notes](https://github.com/coral-xyz/anchor/releases) - [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md) - [Commits](https://github.com/coral-xyz/anchor/compare/v0.30.1...v0.32.1) --- updated-dependencies: - dependency-name: anchor-syn dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crate/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d21ea99..99f4c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anchor-syn" -version = "0.30.1" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99daacb53b55cfd37ce14d6c9905929721137fd4c67bbab44a19802aecb622f" +checksum = "b93b69aa7d099b59378433f6d7e20e1008fc10c69e48b220270e5b3f2ec4c8be" dependencies = [ "anyhow", "bs58", diff --git a/crate/Cargo.toml b/crate/Cargo.toml index f8302df..9b4f6c1 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anchor-syn = "0.30.1" +anchor-syn = "0.32.1" clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "19e305bb57a7595f2a8d81f521c0dd8bf854e739" } if_chain = "1.0" syn = { version = "1.0.109", features = ["parsing"] }