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 168d131 chore(deps): Bump proc-macro2 from 1.0.95 to 1.0.96 (#257)
168d131 is described below
commit 168d131497924e214dbc7af9f8e9185800098b5b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 09:42:47 2025 +0200
chore(deps): Bump proc-macro2 from 1.0.95 to 1.0.96 (#257)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to
1.0.96.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.96)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.96
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 3e7a49c..aa53a6f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -892,9 +892,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.95"
+version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
+checksum = "beef09f85ae72cea1ef96ba6870c51e6382ebfa4f0e85b643459331f3daa5be0"
dependencies = [
"unicode-ident",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index b37e054..157faab 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.95" }
+proc-macro2 = { default-features = false, version = "1.0.96" }
quote = { default-features = false, version = "1.0.40" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.104", features = ["full",
"fold"] }