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 2024/03/26 07:57:16 UTC

(avro) branch branch-1.11 updated: Bump syn from 2.0.53 to 2.0.55 in /lang/rust (#2822)

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 914529ffc Bump syn from 2.0.53 to 2.0.55 in /lang/rust (#2822)
914529ffc is described below

commit 914529ffcb64b5d51aa992afd737ff912aa04294
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 26 09:56:51 2024 +0200

    Bump syn from 2.0.53 to 2.0.55 in /lang/rust (#2822)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.53 to 2.0.55.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/2.0.53...2.0.55)
    
    ---
    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 b267ab7cb88b5c9446f564ba963fbaf0955ed1c4)
---
 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 b27a74446..4db63dd1a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1274,9 +1274,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.53"
+version = "2.0.55"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
+checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index ea249e063..6f6bdf657 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.8" }
 proc-macro2 = { default-features = false, version = "1.0.79" }
 quote = { default-features = false, version = "1.0.35" }
 serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.53", features = ["full", "fold"] }
+syn = { default-features = false, version = "2.0.55", features = ["full", "fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = ["derive"] }