From 7edc367ff75e5c2fd6bd0d7f8aa10fadecf343ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:31:33 +0000 Subject: [PATCH] build(deps): bump syn from 1.0.109 to 2.0.85 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.85. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.85) --- 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 04f18e77b4..6c872e0b7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7799,7 +7799,7 @@ dependencies = [ "module-evm-utility", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.85", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d5a5891c1a..607e969de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -338,7 +338,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.85", features = ["full", "fold", "extra-traits", "visit"] } tiny-keccak = { version = "2.0", features = ["fips202"] } [profile.dev]