From c111dd8733b8ceb65fef488fd761b89c9cee25ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:44:32 +0000 Subject: [PATCH] build(deps): bump syn from 1.0.109 to 2.0.90 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.90. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.90) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3515357190..e1bbc34621 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7768,7 +7768,7 @@ dependencies = [ "module-evm-utility", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.90", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3ae837df63..85ea5cad85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -325,7 +325,7 @@ smallvec = { version = "1.13.1" } static_assertions = { version = "1.1.0" } strum = { version = "0.26.3", default-features = false, features = ["derive"] } strum_macros = { version = "0.26.2" } -syn = { version = "1.0.98", features = ["full", "fold", "extra-traits", "visit"] } +syn = { version = "2.0.90", features = ["full", "fold", "extra-traits", "visit"] } tiny-keccak = { version = "2.0", features = ["fips202"] } [profile.dev]