From 32856135a3efb3e95901c95a3f0ff95a1d00173d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:10:21 +0300 Subject: [PATCH] chore(deps): update rust crate syn to 1.0.107 (#97) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/macro-testing-utils/Cargo.toml | 2 +- crates/marine-macro-impl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/macro-testing-utils/Cargo.toml b/crates/macro-testing-utils/Cargo.toml index 0cf7df0..4d3555f 100644 --- a/crates/macro-testing-utils/Cargo.toml +++ b/crates/macro-testing-utils/Cargo.toml @@ -18,4 +18,4 @@ doctest = false [dependencies] quote = "1.0.23" proc-macro2 = "1.0.51" -syn = { version = '1.0.64', features = ['full'] } +syn = { version = '1.0.107', features = ['full'] } diff --git a/crates/marine-macro-impl/Cargo.toml b/crates/marine-macro-impl/Cargo.toml index b5b5d05..55a2654 100644 --- a/crates/marine-macro-impl/Cargo.toml +++ b/crates/marine-macro-impl/Cargo.toml @@ -18,7 +18,7 @@ quote = "1.0.23" proc-macro2 = "1.0.51" serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.93" -syn = { version = '1.0.64', features = ['full', "extra-traits"] } +syn = { version = '1.0.107', features = ['full', "extra-traits"] } [dev-dependencies] pretty_assertions = "1.3.0"