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-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 2996359  chore: Bump quote from 1.0.37 to 1.0.38 (#87)
2996359 is described below

commit 2996359cebe5dc3c11a29166f2142402de8cf286
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 27 08:31:24 2024 +0200

    chore: Bump quote from 1.0.37 to 1.0.38 (#87)
---
 Cargo.lock             | 4 ++--
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ca15a69..3f54b58 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -964,9 +964,9 @@ checksum = 
"5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40"
 
 [[package]]
 name = "quote"
-version = "1.0.37"
+version = "1.0.38"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
+checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 7858141..0890d88 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -34,7 +34,7 @@ proc-macro = true
 [dependencies]
 darling = { default-features = false, version = "0.20.10" }
 proc-macro2 = { default-features = false, version = "1.0.91" }
-quote = { default-features = false, version = "1.0.37" }
+quote = { default-features = false, version = "1.0.38" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.92", features = ["full", 
"fold"] }
 

Reply via email to