🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-27 21:59:58.0 +00:00:00
committer GitHub <noreply@github.com> 2024-11-27 21:59:58.0 +00:00:00
commit
913a7917468315babc814bd25a13056062ef04b0 [patch]
tree
c3a0e1627c5cf6153e345b54d935f927966af2a8
parent
21f360e5c47a738ae69b68993a8bbaaebc01c8d3
parent
0a69e90ac6172be69970ab414e8186e2f49b6892
download
913a7917468315babc814bd25a13056062ef04b0.tar.gz

Merge pull request #79 from w4/dependabot/cargo/syn-2.0.89



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 409715a..3bad537 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -2276,9 +2276,9 @@

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

[[package]]
name = "syn"
version = "2.0.87"
version = "2.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
dependencies = [
 "proc-macro2",
 "quote",