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
commit d303ffaca630c721893642fea3c9315e64489e7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 21:15:27 2024 +0300
Bump syn from 2.0.72 to 2.0.74 in /lang/rust (#3091)
(cherry picked from commit b4850233f4fcafb2791f3c4919e1bcf315231242)
---
lang/rust/avro_derive/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 0998961e6..28c3f8e95 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.36" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.72", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.74", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }