This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 468ced85e Bump syn from 2.0.69 to 2.0.70 in /lang/rust (#3013)
468ced85e is described below

commit 468ced85ea8a839b1ea2e09cec567768b5e9c2cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 9 21:29:47 2024 +0300

    Bump syn from 2.0.69 to 2.0.70 in /lang/rust (#3013)
    
    (cherry picked from commit d0d80032671bb8f8c430691e484e9d733a6634fd)
---
 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 14d261ea5..844f4e414 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1275,9 +1275,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.69"
+version = "2.0.70"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6"
+checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 78055abc8..9fabd5a89 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.10" }
 proc-macro2 = { default-features = false, version = "1.0.86" }
 quote = { default-features = false, version = "1.0.36" }
 serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.69", features = ["full", 
"fold"] }
+syn = { default-features = false, version = "2.0.70", features = ["full", 
"fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }

Reply via email to