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 60cd6a5  chore: Bump syn from 2.0.87 to 2.0.89 (#60)
60cd6a5 is described below

commit 60cd6a54d00414f619ba99e33297e793af8a257b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 22 06:40:09 2024 +0200

    chore: Bump syn from 2.0.87 to 2.0.89 (#60)
---
 Cargo.lock             | 8 ++++----
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f5369d0..6a20d78 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -933,9 +933,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.90"
+version = "1.0.92"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d4e1ced3fe749df87a909c23e9607ab9a09c8f0bedb7e03b8146f4c08c298673"
+checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
 dependencies = [
  "unicode-ident",
 ]
@@ -1287,9 +1287,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.87"
+version = "2.0.89"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
+checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index d3bb084..d2f7c72 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.20.10" }
 proc-macro2 = { default-features = false, version = "1.0.91" }
 quote = { default-features = false, version = "1.0.37" }
 serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.87", features = ["full", 
"fold"] }
+syn = { default-features = false, version = "2.0.89", features = ["full", 
"fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }

Reply via email to