This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 7fbdff1 chore(deps): Bump syn from 2.0.108 to 2.0.109 (#332)
7fbdff1 is described below
commit 7fbdff1155f551be35e26983c253eb1f741dd8dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 07:17:13 2025 +0200
chore(deps): Bump syn from 2.0.108 to 2.0.109 (#332)
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index b97fd78..602bda7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1068,9 +1068,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.108"
+version = "2.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
+checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index c8b4866..3363eb4 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.21.3" }
proc-macro2 = { default-features = false, version = "1.0.103" }
quote = { default-features = false, version = "1.0.41" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.108", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.109", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }