You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/03/21 08:23:20 UTC

[avro] branch master updated: Bump syn from 1.0.109 to 2.0.3 in /lang/rust (#2154)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f52a10b6b Bump syn from 1.0.109 to 2.0.3 in /lang/rust (#2154)
f52a10b6b is described below

commit f52a10b6b4cc53c951c592b1dffc5864e17df923
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 21 10:23:14 2023 +0200

    Bump syn from 1.0.109 to 2.0.3 in /lang/rust (#2154)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.3.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/rust/Cargo.lock             | 2 +-
 lang/rust/avro_derive/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 9d8153821..d2f9c7fb2 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -91,7 +91,7 @@ dependencies = [
  "quote",
  "serde",
  "serde_json",
- "syn 1.0.109",
+ "syn 2.0.3",
 ]
 
 [[package]]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index b34404e3f..e4d85add6 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.14.4" }
 proc-macro2 = { default-features = false, version = "1.0.52" }
 quote = { default-features = false, version = "1.0.26" }
 serde_json = { default-features = false, version = "1.0.94", features = ["std"] }
-syn = { default-features = false, version = "1.0.109", features = ["full", "fold"] }
+syn = { default-features = false, version = "2.0.3", features = ["full", "fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = ["derive"] }