From 5adef8b8def50c917a9847a912ad703fe8fd1588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:29:46 -0700 Subject: [PATCH] chore: Bump syn from 2.0.71 to 2.0.77 (#210) 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 7b8b76f8..1d2b2305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,9 +584,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.71" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0618b878..e165046e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ quote = "1.0.36" rustversion = "1.0.17" serde = "1.0" serde_json = "1.0" -syn = "2.0.70" +syn = "2.0.77" thiserror = "1.0.62" tracing = "0.1.40" tracing-subscriber = "0.3.18"