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 10a225a chore: Bump syn from 2.0.85 to 2.0.86 (#39)
10a225a is described below
commit 10a225a2724b5369239a2e015a4890a6d7557a39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 08:50:22 2024 +0200
chore: Bump syn from 2.0.85 to 2.0.86 (#39)
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 5539d14..e87f538 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1287,9 +1287,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.85"
+version = "2.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
+checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index e975dd1..3ec8fbf 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.89" }
quote = { default-features = false, version = "1.0.37" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.85", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.86", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }