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 a071068 chore(deps): Bump syn from 2.0.114 to 2.0.115 (#462)
a071068 is described below
commit a0710684256bc90a5f5e31a88642c61a1cbb02da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 07:10:28 2026 +0200
chore(deps): Bump syn from 2.0.114 to 2.0.115 (#462)
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 70a4c5f..fe32dec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1324,9 +1324,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.114"
+version = "2.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
+checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 4aa195a..e69088c 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.106" }
quote = { default-features = false, version = "1.0.44" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.114", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.115", features = ["full",
"fold"] }
uuid = { workspace = true }
[dev-dependencies]