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 bbc911f67 Bump quote from 1.0.35 to 1.0.36 in /lang/rust (#2846)
bbc911f67 is described below

commit bbc911f677eae8c40d5b9e7b8a00d0cfa1b1a145
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 11 09:56:28 2024 +0300

    Bump quote from 1.0.35 to 1.0.36 in /lang/rust (#2846)
    
    Bumps [quote](https://github.com/dtolnay/quote) from 1.0.35 to 1.0.36.
    - [Release notes](https://github.com/dtolnay/quote/releases)
    - [Commits](https://github.com/dtolnay/quote/compare/1.0.35...1.0.36)
    
    ---
    updated-dependencies:
    - dependency-name: quote
      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>
    (cherry picked from commit 71b0fe0c51be373aa3bda545b1071fc993e6c0ff)
---
 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 e9d02bb50..883672eb3 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -969,9 +969,9 @@ checksum = 
"658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88"
 
 [[package]]
 name = "quote"
-version = "1.0.35"
+version = "1.0.36"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
+checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 12927cf47..dcbc5c999 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -35,7 +35,7 @@ proc-macro = true
 [dependencies]
 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" }
+quote = { default-features = false, version = "1.0.36" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.58", features = ["full", 
"fold"] }
 

Reply via email to