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 f397e85  chore(deps): Bump syn from 2.0.115 to 2.0.116 (#466)
f397e85 is described below

commit f397e85a463966d5766ee4da11d85a4e9eb222ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 07:58:06 2026 +0200

    chore(deps): Bump syn from 2.0.115 to 2.0.116 (#466)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.115 to 2.0.116.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/2.0.115...2.0.116)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-version: 2.0.116
      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 584cea9..537ba2d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1324,9 +1324,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.115"
+version = "2.0.116"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12"
+checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index e69088c..abc0615 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.115", features = ["full", 
"fold"] }
+syn = { default-features = false, version = "2.0.116", features = ["full", 
"fold"] }
 uuid = { workspace = true }
 
 [dev-dependencies]

Reply via email to