From 5a51d0715440ac027900430ef97f1ab6ee64e1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:57:10 +0000 Subject: [PATCH] Bump syn from 2.0.91 to 2.0.96 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.91 to 2.0.96. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.91...2.0.96) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 256b72b..400013e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,9 +621,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.91" +version = "2.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" +checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a914de7..8f70a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ git2 = { version = "0.19.0", default-features = false } indoc = "2.0.5" itertools = "0.13.0" pulldown-cmark = "0.12.2" -syn = { version = "2.0.91", features = ["full", "extra-traits"] } +syn = { version = "2.0.96", features = ["full", "extra-traits"] } termcolor = "1.4.1" thiserror = "2.0.9" toml = "0.8.19"