From ed73f7e3c32b54668324c140acfa6ffe1756d400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:41:12 +0200 Subject: [PATCH] chore(deps,cargo): bump syn from 2.0.76 to 2.0.77 in the cargo group (#221) Bumps the cargo group with 1 update: [syn](https://github.com/dtolnay/syn). Updates `syn` from 2.0.76 to 2.0.77 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44b3353..e96ee6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,9 +626,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.76" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index decf940..6eacd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ protobuf-src = { version = "2.1.0", optional = true } schemars = "0.8.21" semver = "1.0.23" serde_yaml = "0.9.34" -syn = "2.0.76" +syn = "2.0.77" typify = "0.1.0" walkdir = "2.5.0"