From 7bb98272a403714a627edaa15fde3aad6ebfa177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:59:12 +0300 Subject: [PATCH] Bump syn from 2.0.66 to 2.0.67 in /lang/rust (#2964) --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index a5a97469e48..66c695fe894 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1275,9 +1275,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.66" +version = "2.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" +checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90" dependencies = [ "proc-macro2", "quote", diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml index fd21c5767ac..ca5f006c657 100644 --- a/lang/rust/avro_derive/Cargo.toml +++ b/lang/rust/avro_derive/Cargo.toml @@ -37,7 +37,7 @@ darling = { default-features = false, version = "0.20.9" } proc-macro2 = { default-features = false, version = "1.0.86" } quote = { default-features = false, version = "1.0.36" } serde_json = { workspace = true } -syn = { default-features = false, version = "2.0.66", features = ["full", "fold"] } +syn = { default-features = false, version = "2.0.67", features = ["full", "fold"] } [dev-dependencies] apache-avro = { default-features = false, path = "../avro", features = ["derive"] }