🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2025-04-03 16:30:12.0 +07:00:00
committer GitHub <noreply@github.com> 2025-04-03 16:30:12.0 +07:00:00
commit
290fb3a68bca9f3d91bd604969cfd2fc11e7f37a [patch]
tree
f176eeffa39d2a424fc1086ebeae450b3e0c3446
parent
3f6e119e5cc3e0af41094e9e7208a4683b3e7507
parent
64463b557b7e974234bbcc891dde70d99d79fa95
download
290fb3a68bca9f3d91bd604969cfd2fc11e7f37a.tar.gz

Merge pull request #128 from w4/dependabot/cargo/proc-macro2-1.0.94

Bump proc-macro2 from 1.0.92 to 1.0.94

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index c315491..8bb31b7 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",
]