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 a6a4f56  chore(deps): Bump proc-macro2 from 1.0.105 to 1.0.106 (#422)
a6a4f56 is described below

commit a6a4f5643bb8187388f938cbae7928faa35b43a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 07:45:08 2026 +0200

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

diff --git a/Cargo.lock b/Cargo.lock
index 9a1f67b..f0a9e8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -888,9 +888,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.105"
+version = "1.0.106"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
+checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 4f6f835..af1a850 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.105" }
+proc-macro2 = { default-features = false, version = "1.0.106" }
 quote = { default-features = false, version = "1.0.43" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.114", features = ["full", 
"fold"] }

Reply via email to