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:53:01 UTC

[avro] branch master updated: Bump quote from 1.0.20 to 1.0.21 in /lang/rust (#1805)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4787332b7 Bump quote from 1.0.20 to 1.0.21 in /lang/rust (#1805)
4787332b7 is described below

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

    Bump quote from 1.0.20 to 1.0.21 in /lang/rust (#1805)
    
    Bumps [quote](https://github.com/dtolnay/quote) from 1.0.20 to 1.0.21.
    - [Release notes](https://github.com/dtolnay/quote/releases)
    - [Commits](https://github.com/dtolnay/quote/compare/1.0.20...1.0.21)
    
    ---
    updated-dependencies:
    - dependency-name: quote
      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>
---
 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 a48fca85c..fad5ba9c7 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -823,9 +823,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 
 [[package]]
 name = "quote"
-version = "1.0.20"
+version = "1.0.21"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
+checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 1dd776460..a5b51899d 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -34,7 +34,7 @@ proc-macro = true
 [dependencies]
 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" }
+quote = { default-features = false, version = "1.0.21" }
 serde_json = { default-features = false, version = "1.0.82", features = ["std"] }
 syn = { default-features = false, version = "1.0.99", features = ["full", "fold"] }