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 ea4257c chore(deps): Bump proc-macro2 from 1.0.101 to 1.0.102 (#318)
ea4257c is described below
commit ea4257c6710ba0d066f1113e75db3f8a887df6d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 23 08:18:40 2025 +0300
chore(deps): Bump proc-macro2 from 1.0.101 to 1.0.102 (#318)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to
1.0.102.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
-
[Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.102)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.102
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 b03e66f..7f0ebae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -904,9 +904,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.101"
+version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
+checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7"
dependencies = [
"unicode-ident",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index e6cae9c..14d8f10 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -33,7 +33,7 @@ proc-macro = true
[dependencies]
darling = { default-features = false, version = "0.21.3" }
-proc-macro2 = { default-features = false, version = "1.0.101" }
+proc-macro2 = { default-features = false, version = "1.0.102" }
quote = { default-features = false, version = "1.0.41" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.107", features = ["full",
"fold"] }