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.git
The following commit(s) were added to refs/heads/main by this push:
new 5d779b350 Bump syn from 2.0.65 to 2.0.66 in /lang/rust (#2917)
5d779b350 is described below
commit 5d779b35040ebc0f2e38bb868c31579b3bbc9b42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 24 23:00:03 2024 +0300
Bump syn from 2.0.65 to 2.0.66 in /lang/rust (#2917)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 2aa8b7e10..46d8a9ffc 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1275,9 +1275,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.65"
+version = "2.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
+checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 14af019a0..5863e40f8 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -37,7 +37,7 @@ darling = { default-features = false, version = "0.20.9" }
proc-macro2 = { default-features = false, version = "1.0.83" }
quote = { default-features = false, version = "1.0.36" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.65", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.66", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }