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

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


The following commit(s) were added to refs/heads/main by this push:
     new e7d7b6c3f Bump syn from 2.0.60 to 2.0.61 in /lang/rust (#2893)
e7d7b6c3f is described below

commit e7d7b6c3f1d751e8d63e5e687efb36885a3e41ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 7 21:41:05 2024 +0300

    Bump syn from 2.0.60 to 2.0.61 in /lang/rust (#2893)
    
    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.60 to 2.0.61.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](https://github.com/dtolnay/syn/compare/2.0.60...2.0.61)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 be40162b3..791ab6d39 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1275,9 +1275,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.60"
+version = "2.0.61"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
+checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 73fd07941..49c55a293 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.81" }
 quote = { default-features = false, version = "1.0.36" }
 serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.60", features = ["full", 
"fold"] }
+syn = { default-features = false, version = "2.0.61", features = ["full", 
"fold"] }
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }

Reply via email to