This is an automated email from the ASF dual-hosted git repository.

kriskras99 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 ce5b16f  chore(deps): Bump proc-macro2 from 1.0.104 to 1.0.105 (#389)
ce5b16f is described below

commit ce5b16f74654f11f89640fe5eb154fe18393ec84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 07:11:11 2026 +0100

    chore(deps): Bump proc-macro2 from 1.0.104 to 1.0.105 (#389)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.104 to 
1.0.105.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - 
[Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.104...1.0.105)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-version: 1.0.105
      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 c973cd9..3fba6ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -842,9 +842,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.104"
+version = "1.0.105"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
+checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 34fb00f..9899986 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.104" }
+proc-macro2 = { default-features = false, version = "1.0.105" }
 quote = { default-features = false, version = "1.0.42" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.113", features = ["full", 
"fold"] }

Reply via email to