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 74f13f2 chore(deps): Bump syn from 2.0.107 to 2.0.108 (#317)
74f13f2 is described below
commit 74f13f21c6e3b4770d5be3302ab266319c8162c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 23 08:19:00 2025 +0300
chore(deps): Bump syn from 2.0.107 to 2.0.108 (#317)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.107 to 2.0.108.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.107...2.0.108)
---
updated-dependencies:
- dependency-name: syn
dependency-version: 2.0.108
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 7f0ebae..cc8c9f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1264,9 +1264,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.107"
+version = "2.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
+checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 14d8f10..c2e9089 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.102" }
quote = { default-features = false, version = "1.0.41" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.107", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.108", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }