From 8176ae3d56c478db06ae125cb4f8b4fb95d9a6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:06:35 +0000 Subject: [PATCH] chore(deps): Bump syn from 1.0.109 to 2.0.48 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.48. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.48) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- src/connector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb63420db1f9a..f2dfc9480e63b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8982,7 +8982,7 @@ dependencies = [ "simd-json", "strum", "strum_macros", - "syn 1.0.109", + "syn 2.0.48", "tempfile", "thiserror", "time", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 791cc076d12e2..19404f4065d5b 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -152,7 +152,7 @@ quote = "1" rand = "0.8" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" -syn = { version = "1", features = ["full"] } +syn = { version = "2", features = ["full"] } tempfile = "3" tracing-subscriber = "0.3" tracing-test = "0.2"