From a690c7b31d66878e81e5d4b8429cebc1ac609cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:00:26 -0400 Subject: [PATCH] build(deps): update syn requirement from 1.0.107 to 2.0.3 (#43) 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.107...2.0.3) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- ion_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1c7905..09ad85d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ proc-macro2 = "1.0.50" quote = "1.0.23" serde = "1.0.152" serde_derive = "1.0.152" -syn = "1.0.107" +syn = "2.0.3" toml = "0.7.2" url = "2.2.2" uuid = { version = "1.2.2", features = ["v4"] } diff --git a/ion_derive/Cargo.toml b/ion_derive/Cargo.toml index b765eb0..079aa74 100644 --- a/ion_derive/Cargo.toml +++ b/ion_derive/Cargo.toml @@ -10,4 +10,4 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.50" quote = "1.0.23" -syn = "1.0.107" +syn = "2.0.3"