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 cf848ed  chore(deps): Bump quote from 1.0.41 to 1.0.42 (#333)
cf848ed is described below

commit cf848ed889bcb9f80f980febc9a03a3c72cbd0fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 07:15:38 2025 +0200

    chore(deps): Bump quote from 1.0.41 to 1.0.42 (#333)
---
 Cargo.lock             | 4 ++--
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 602bda7..f7a38cc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -806,9 +806,9 @@ checksum = 
"5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40"
 
 [[package]]
 name = "quote"
-version = "1.0.41"
+version = "1.0.42"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
+checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 3363eb4..7668bf4 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.21.3" }
 proc-macro2 = { default-features = false, version = "1.0.103" }
-quote = { default-features = false, version = "1.0.41" }
+quote = { default-features = false, version = "1.0.42" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.109", features = ["full", 
"fold"] }
 

Reply via email to