This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new a14149171 Bump syn from 2.0.59 to 2.0.60 in /lang/rust (#2862)
a14149171 is described below
commit a141491717aa094e8d9ab90b5f8ddf01b4dd5dfb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 20 14:58:42 2024 +0300
Bump syn from 2.0.59 to 2.0.60 in /lang/rust (#2862)
(cherry picked from commit 802e826227dc2e76ba7bc337f2e0969b9a734a21)
---
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 ba371c6e1..c23b4a8a4 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1274,9 +1274,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.59"
+version = "2.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
+checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index fc42e4c42..3630a7340 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.8" }
proc-macro2 = { default-features = false, version = "1.0.81" }
quote = { default-features = false, version = "1.0.36" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.59", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.60", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }