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 0a113ea chore(deps): Bump quote from 1.0.43 to 1.0.44 (#425)
0a113ea is described below
commit 0a113eafaa784179df70840b624e9314ecc96c8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 23 07:56:05 2026 +0200
chore(deps): Bump quote from 1.0.43 to 1.0.44 (#425)
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index f0a9e8e..bb1202d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -918,9 +918,9 @@ checksum =
"5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40"
[[package]]
name = "quote"
-version = "1.0.43"
+version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
+checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
dependencies = [
"proc-macro2",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index af1a850..606db7c 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.106" }
-quote = { default-features = false, version = "1.0.43" }
+quote = { default-features = false, version = "1.0.44" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.114", features = ["full",
"fold"] }
uuid = { workspace = true }