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/08/04 08:52:55 UTC

[avro] branch branch-1.11 updated: Bump syn from 1.0.98 to 1.0.99 in /lang/rust (#1801)

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 6548a89e7 Bump syn from 1.0.98 to 1.0.99 in /lang/rust (#1801)
6548a89e7 is described below

commit 6548a89e7edf7fc4ae61e6472ca1f98a934e6325
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 4 11:52:22 2022 +0300

    Bump syn from 1.0.98 to 1.0.99 in /lang/rust (#1801)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 1.0.98 to 1.0.99.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/1.0.98...1.0.99)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 715b25f86bdfdda5935b5202ad8eab941262743c)
---
 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 d32f78fee..a48fca85c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1059,9 +1059,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "1.0.98"
+version = "1.0.99"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
+checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index f3f904d91..1dd776460 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.43" }
 quote = { default-features = false, version = "1.0.18" }
 serde_json = { default-features = false, version = "1.0.82", features = ["std"] }
-syn = { default-features = false, version = "1.0.96", features = ["full", "fold"] }
+syn = { default-features = false, version = "1.0.99", features = ["full", "fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = ["derive"] }