From b07553d6c1b4b72fa7dedf09a95471319df5836e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:42:39 +0000 Subject: [PATCH] build(deps): update syn requirement from 1.0.14 to 2.0.59 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.59) --- 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..9757a311f 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.59" quote = "1.0.2" proc-macro2 = "1.0.8"