From 7b64b50598e1273f7128014600910208761b68cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:57:37 +0000 Subject: [PATCH] build(deps): update syn requirement from 1.0.14 to 2.0.61 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.14...2.0.61) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rlp-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlp-derive/Cargo.toml b/rlp-derive/Cargo.toml index a1785d7b7..e8ce821c8 100644 --- a/rlp-derive/Cargo.toml +++ b/rlp-derive/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.56.1" proc-macro = true [dependencies] -syn = "1.0.14" +syn = "2.0.61" quote = "1.0.2" proc-macro2 = "1.0.8"