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 9664d7b  chore: Bump syn from 2.0.100 to 2.0.101 (#191)
9664d7b is described below

commit 9664d7b0bc0ba5ce3a478a56b6c0a3b2185f2c3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 07:37:20 2025 +0300

    chore: Bump syn from 2.0.100 to 2.0.101 (#191)
---
 Cargo.lock             | 4 ++--
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 9f7aa43..018f8ae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1306,9 +1306,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.100"
+version = "2.0.101"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
+checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index f4c7c28..bda4945 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.20.11" }
 proc-macro2 = { default-features = false, version = "1.0.95" }
 quote = { default-features = false, version = "1.0.40" }
 serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.100", features = ["full", 
"fold"] }
+syn = { default-features = false, version = "2.0.101", features = ["full", 
"fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }

Reply via email to