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 ae33647 chore(deps): Bump quote from 1.0.44 to 1.0.45 (#500)
ae33647 is described below
commit ae3364749249414c4f9fb26da7ad848c24b3b9cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 08:03:06 2026 +0200
chore(deps): Bump quote from 1.0.44 to 1.0.45 (#500)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.44 to 1.0.45.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.44...1.0.45)
---
updated-dependencies:
- dependency-name: quote
dependency-version: 1.0.45
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index b6354f4..bc2d38a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1015,9 +1015,9 @@ checksum =
"5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40"
[[package]]
name = "quote"
-version = "1.0.44"
+version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
+checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
"proc-macro2",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 6059728..c86f9d6 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.23.0" }
proc-macro2 = { default-features = false, version = "1.0.106" }
-quote = { default-features = false, version = "1.0.44" }
+quote = { default-features = false, version = "1.0.45" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.117", features = ["full",
"fold"] }
uuid = { workspace = true }