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/10/24 07:28:34 UTC

[avro] branch branch-1.11 updated: Bump syn from 1.0.102 to 1.0.103 in /lang/rust (#1925)

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 09efe0dcb Bump syn from 1.0.102 to 1.0.103 in /lang/rust (#1925)
09efe0dcb is described below

commit 09efe0dcb45ed28cb82b9a2e78819006caa1d503
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 24 10:28:11 2022 +0300

    Bump syn from 1.0.102 to 1.0.103 in /lang/rust (#1925)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 1.0.102 to 1.0.103.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/1.0.102...1.0.103)
    
    ---
    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>
    (cherry picked from commit c1e57e5bbcf1a8de26a594e6ce74f44ed1f37a18)
---
 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 a9ff93a88..447eab175 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1026,9 +1026,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "1.0.102"
+version = "1.0.103"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
+checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index cbceb0fda..c049be72f 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.1" }
 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.87", features = ["std"] }
-syn = { default-features = false, version = "1.0.102", features = ["full", "fold"] }
+syn = { default-features = false, version = "1.0.103", features = ["full", "fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = ["derive"] }