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 98b74304f Bump syn from 2.0.71 to 2.0.72 in /lang/rust (#3036)
98b74304f is described below
commit 98b74304f200c5d52f02f62e7225bb4b21244392
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 22 23:07:31 2024 +0300
Bump syn from 2.0.71 to 2.0.72 in /lang/rust (#3036)
(cherry picked from commit f9d35c455ef50ea12a037f56239a6703b325e94d)
---
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 d3a9df5aa..4e604898d 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1285,9 +1285,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.71"
+version = "2.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
+checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index dd6a2711d..0457e4984 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.71", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.72", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }