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 bf5c688 chore(deps): Bump proc-macro2 from 1.0.103 to 1.0.104 (#380)
bf5c688 is described below
commit bf5c68899efefa273fe23b9dfbf1eb2ddb8c5cfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 06:24:19 2025 +0200
chore(deps): Bump proc-macro2 from 1.0.103 to 1.0.104 (#380)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.103 to
1.0.104.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
-
[Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.103...1.0.104)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.104
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 6fb7b96..778e7c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -818,9 +818,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.103"
+version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
+checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
dependencies = [
"unicode-ident",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 9b13bd3..3cae6fe 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.103" }
+proc-macro2 = { default-features = false, version = "1.0.104" }
quote = { default-features = false, version = "1.0.42" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.111", features = ["full",
"fold"] }