This is an automated email from the ASF dual-hosted git repository.
martin-g 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 e59778b chore(deps): Bump proc-macro2 from 1.0.106 to 1.0.107 (#603)
e59778b is described below
commit e59778ba0eef0af2b24a48f06d78dcbfb3f1624a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 08:37:50 2026 +0300
chore(deps): Bump proc-macro2 from 1.0.106 to 1.0.107 (#603)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.106 to
1.0.107.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
-
[Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.106...1.0.107)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.107
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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index bbd0d1b..49aa209 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -964,9 +964,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.106"
+version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
+checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
"unicode-ident",
]