From dc2684a7d3cfa8632dffd01a04e63a3c0c968648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 19:05:24 +0000 Subject: [PATCH] chore(deps): bump syn from 1.0.108 to 2.0.13 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.108 to 2.0.13. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.108...2.0.13) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/vector-config-common/Cargo.toml | 2 +- lib/vector-config-macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd7314cbd65562..cb458953aa8930 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9492,7 +9492,7 @@ dependencies = [ "quote 1.0.26", "serde", "serde_json", - "syn 1.0.109", + "syn 2.0.10", "tracing 0.1.37", ] @@ -9505,7 +9505,7 @@ dependencies = [ "quote 1.0.26", "serde", "serde_derive_internals", - "syn 1.0.109", + "syn 2.0.10", "vector-config", "vector-config-common", ] diff --git a/lib/vector-config-common/Cargo.toml b/lib/vector-config-common/Cargo.toml index 9e29eb538f98a4..96c41f2b8294a3 100644 --- a/lib/vector-config-common/Cargo.toml +++ b/lib/vector-config-common/Cargo.toml @@ -12,6 +12,6 @@ once_cell = { version = "1", default-features = false, features = ["std"] } proc-macro2 = { version = "1.0", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } serde_json = { version = "1.0", default-features = false, features = ["std"] } -syn = { version = "1.0", features = ["full", "extra-traits", "visit-mut", "visit"] } +syn = { version = "2.0", features = ["full", "extra-traits", "visit-mut", "visit"] } tracing = { version = "0.1.34", default-features = false } quote = { version = "1.0", default-features = false } diff --git a/lib/vector-config-macros/Cargo.toml b/lib/vector-config-macros/Cargo.toml index e7df7bf37ef5c0..da3924746578d3 100644 --- a/lib/vector-config-macros/Cargo.toml +++ b/lib/vector-config-macros/Cargo.toml @@ -12,7 +12,7 @@ darling = { version = "0.13", default-features = false, features = ["suggestions proc-macro2 = { version = "1.0", default-features = false } quote = { version = "1.0", default-features = false } serde_derive_internals = "0.26" -syn = { version = "1.0", default-features = false, features = ["full", "extra-traits", "visit-mut", "visit"] } +syn = { version = "2.0", default-features = false, features = ["full", "extra-traits", "visit-mut", "visit"] } vector-config-common = { path = "../vector-config-common" } [dev-dependencies]