From 589cdc9098377a2e24a8b9006ff8408446fd1399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:48:26 +0000 Subject: [PATCH] build(deps): update syn requirement from 1.0.14 to 2.0.33 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.33) --- 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..7b7c5cdd5 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.33" quote = "1.0.2" proc-macro2 = "1.0.8"