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 2022/12/01 18:14:50 UTC

[avro] branch master updated: Bump syn from 1.0.104 to 1.0.105 in /lang/rust (#1993)

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 392d479e8 Bump syn from 1.0.104 to 1.0.105 in /lang/rust (#1993)
392d479e8 is described below

commit 392d479e886a14e50aff72382d1ddb88b7dae759
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 1 20:14:42 2022 +0200

    Bump syn from 1.0.104 to 1.0.105 in /lang/rust (#1993)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 1.0.104 to 1.0.105.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/1.0.104...1.0.105)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 6d9cce488..cc8a9056e 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -922,9 +922,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "1.0.104"
+version = "1.0.105"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
+checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 9d2b91abf..4d1b41615 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.14.2" }
 proc-macro2 = { default-features = false, version = "1.0.47" }
 quote = { default-features = false, version = "1.0.21" }
 serde_json = { default-features = false, version = "1.0.89", features = ["std"] }
-syn = { default-features = false, version = "1.0.104", features = ["full", "fold"] }
+syn = { default-features = false, version = "1.0.105", features = ["full", "fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = ["derive"] }