From 11a9e6763451a1ddcf9b38bd4fa6d17920a61dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:12:05 +0000 Subject: [PATCH] Update syn requirement from 1 to 2 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.0...2.0.107) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.107 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e721fd..2e84387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ solana-keypair = "2" spl-associated-token-account = "7" spl-memo = "6" spl-token = { version = "7" } -syn = { version = "1", features = ["full"] } +syn = { version = "2", features = ["full"] } thiserror = { version = "2", default-features = false } tokio = { version = "1", features = ["rt", "time", "signal", "macros"] } tracing = "0.1"