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 37413bb chore(deps): Bump quote from 1.0.42 to 1.0.43 (#388)
37413bb is described below
commit 37413bbc59e9ae82316f5782827c860f6add92d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 08:59:23 2026 +0200
chore(deps): Bump quote from 1.0.42 to 1.0.43 (#388)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.42 to 1.0.43.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.42...1.0.43)
---
updated-dependencies:
- dependency-name: quote
dependency-version: 1.0.43
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 3fba6ef..aadcb0c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -872,9 +872,9 @@ checksum =
"5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40"
[[package]]
name = "quote"
-version = "1.0.42"
+version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
+checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
dependencies = [
"proc-macro2",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 9899986..0e0f986 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.105" }
-quote = { default-features = false, version = "1.0.42" }
+quote = { default-features = false, version = "1.0.43" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.113", features = ["full",
"fold"] }