This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.12 by this push:
new f184f954e Bump quote from 1.0.36 to 1.0.37 in /lang/rust (#3115)
f184f954e is described below
commit f184f954ee53c4479233e29584f996b8abb89525
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 23 23:28:16 2024 +0300
Bump quote from 1.0.36 to 1.0.37 in /lang/rust (#3115)
(cherry picked from commit cdfda473075273f348399902d35680590596be53)
---
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 5a23aa120..bd4732207 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -973,9 +973,9 @@ checksum =
"658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88"
[[package]]
name = "quote"
-version = "1.0.36"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
+checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index f358b95b0..0f7842e6e 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.10" }
proc-macro2 = { default-features = false, version = "1.0.86" }
-quote = { default-features = false, version = "1.0.36" }
+quote = { default-features = false, version = "1.0.37" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.75", features = ["full",
"fold"] }