🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-05-03 14:52:31.0 +00:00:00
committer GitHub <noreply@github.com> 2025-05-03 14:52:31.0 +00:00:00
commit
29d1817a944e4a6973439b3f76a6e36af93f44c0 [patch]
tree
68f4bec3a076293d4a1f43d932de681ef8af2958
parent
176cced03d9257a8a6b397a98565144f3755e73c
download
29d1817a944e4a6973439b3f76a6e36af93f44c0.tar.gz

Bump proc-macro2 from 1.0.94 to 1.0.95

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.95
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d7c35f8..1f4d283 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -2266,9 +2266,9 @@

[[package]]
name = "proc-macro2"
version = "1.0.94"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
 "unicode-ident",
]