🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 9:01:25.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 9:01:25.0 +00:00:00
commit
64463b557b7e974234bbcc891dde70d99d79fa95 [patch]
tree
06147bbcc96471b320f4f6ba5c84139b2f1accfe
parent
54233316a50b5e43fb538092dc2019fa2f98e619
download
64463b557b7e974234bbcc891dde70d99d79fa95.tar.gz

Bump proc-macro2 from 1.0.92 to 1.0.94

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

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.94
  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 4c94826..52f61ac 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -2346,9 +2346,9 @@

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