From 6a645bfa60b36eae583237d6a0add87d9f16f1d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:35:33 +0000 Subject: [PATCH] Bump syn from 2.0.77 to 2.0.78 in /lang/rust Bumps [syn](https://github.com/dtolnay/syn) from 2.0.77 to 2.0.78. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.77...2.0.78) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 97d5772fb8f..4b98eac35f4 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1306,9 +1306,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.77" +version = "2.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" +checksum = "81b9b4733a9c8b8aaa20634df36eeb68cc0c0669f2e18fb287006b496a14195d" dependencies = [ "proc-macro2", "quote", diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml index 6ca57bfaf15..d7cb6b2eb15 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.10" } proc-macro2 = { default-features = false, version = "1.0.86" } quote = { default-features = false, version = "1.0.37" } serde_json = { workspace = true } -syn = { default-features = false, version = "2.0.77", features = ["full", "fold"] } +syn = { default-features = false, version = "2.0.78", features = ["full", "fold"] } [dev-dependencies] apache-avro = { default-features = false, path = "../avro", features = ["derive"] }