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 90a6c18 chore(deps): Bump proc-macro2 from 1.0.96 to 1.0.97 (#263)
90a6c18 is described below
commit 90a6c186128a11877e4e4e1f32f5b0e25d1aa99e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 14:35:24 2025 +0200
chore(deps): Bump proc-macro2 from 1.0.96 to 1.0.97 (#263)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.96 to
1.0.97.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.96...1.0.97)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.97
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 de23206..c6cf124 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -893,9 +893,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.96"
+version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "beef09f85ae72cea1ef96ba6870c51e6382ebfa4f0e85b643459331f3daa5be0"
+checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
dependencies = [
"unicode-ident",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index f8fa94b..99511ee 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.1" }
-proc-macro2 = { default-features = false, version = "1.0.96" }
+proc-macro2 = { default-features = false, version = "1.0.97" }
quote = { default-features = false, version = "1.0.40" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.104", features = ["full",
"fold"] }