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 2023/03/11 08:34:51 UTC

[avro] branch branch-1.11 updated: Bump darling from 0.14.3 to 0.14.4 in /lang/rust (#2138)

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 686ff5a5e Bump darling from 0.14.3 to 0.14.4 in /lang/rust (#2138)
686ff5a5e is described below

commit 686ff5a5e075eb58d991461874b1fe051cf79ac2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Mar 11 10:34:19 2023 +0200

    Bump darling from 0.14.3 to 0.14.4 in /lang/rust (#2138)
    
    Bumps [darling](https://github.com/TedDriggs/darling) from 0.14.3 to 0.14.4.
    - [Release notes](https://github.com/TedDriggs/darling/releases)
    - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/TedDriggs/darling/compare/v0.14.3...v0.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: darling
      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 2a80d55888d32aafeff4652e4eda9eefccfe0c56)
---
 lang/rust/Cargo.lock             | 12 ++++++------
 lang/rust/avro_derive/Cargo.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index d4eb10e57..054005b47 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -350,9 +350,9 @@ dependencies = [
 
 [[package]]
 name = "darling"
-version = "0.14.3"
+version = "0.14.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8"
+checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
 dependencies = [
  "darling_core",
  "darling_macro",
@@ -360,9 +360,9 @@ dependencies = [
 
 [[package]]
 name = "darling_core"
-version = "0.14.3"
+version = "0.14.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb"
+checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
 dependencies = [
  "fnv",
  "ident_case",
@@ -373,9 +373,9 @@ dependencies = [
 
 [[package]]
 name = "darling_macro"
-version = "0.14.3"
+version = "0.14.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685"
+checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
 dependencies = [
  "darling_core",
  "quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 2933229b3..20cbfeea4 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -33,7 +33,7 @@ documentation = "https://docs.rs/apache-avro-derive"
 proc-macro = true
 
 [dependencies]
-darling = { default-features = false, version = "0.14.3" }
+darling = { default-features = false, version = "0.14.4" }
 proc-macro2 = { default-features = false, version = "1.0.51" }
 quote = { default-features = false, version = "1.0.23" }
 serde_json = { default-features = false, version = "1.0.94", features = ["std"] }