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 eb4a147  chore(deps): Bump proc-macro2 from 1.0.102 to 1.0.103 (#319)
eb4a147 is described below

commit eb4a1479c0f18f2130f5d3fbbe37811d14d5da06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 07:49:49 2025 +0300

    chore(deps): Bump proc-macro2 from 1.0.102 to 1.0.103 (#319)
---
 Cargo.lock             | 4 ++--
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index cc8c9f7..ae04304 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -904,9 +904,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.102"
+version = "1.0.103"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7"
+checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index c2e9089..233107d 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.102" }
+proc-macro2 = { default-features = false, version = "1.0.103" }
 quote = { default-features = false, version = "1.0.41" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.108", features = ["full", 
"fold"] }

Reply via email to