From 4ffe84e34f7f03af4f9cd8ee0d7c4784d39d2ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 03:34:08 +0000 Subject: [PATCH] Bump anchor-syn from 0.29.0 to 0.30.0 Bumps [anchor-syn](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/coral-xyz/anchor/releases) - [Changelog](https://github.com/coral-xyz/anchor/blob/master/CHANGELOG.md) - [Commits](https://github.com/coral-xyz/anchor/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: anchor-syn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- crate/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8457a71..93acfc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anchor-syn" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9101b84702fed2ea57bd22992f75065da5648017135b844283a2f6d74f27825" +checksum = "ac53f2378bc08e89e20c2b893c01986ffd34cfbc69a17e35bd6f754753e9fdad" dependencies = [ "anyhow", "bs58", diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 5d7435e..a6c7ddf 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anchor-syn = "0.29.0" +anchor-syn = "0.30.0" clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } if_chain = "1.0" syn = { version = "1.0.109", features = ["parsing"] }