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 5d8dbfc  chore: Bump quote from 1.0.39 to 1.0.40 (#157)
5d8dbfc is described below

commit 5d8dbfcb359023a4bfb89db28ea6a2ba6eb7988a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 12 07:36:00 2025 +0200

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

diff --git a/Cargo.lock b/Cargo.lock
index b9088ad..31f486c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1032,9 +1032,9 @@ checksum = 
"5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40"
 
 [[package]]
 name = "quote"
-version = "1.0.39"
+version = "1.0.40"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
+checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index f7f2d3f..41a041c 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.94" }
-quote = { default-features = false, version = "1.0.39" }
+quote = { default-features = false, version = "1.0.40" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.100", features = ["full", 
"fold"] }
 

Reply via email to