From 028969d23c9b97fc84d8fd4a22b31c945aa8640c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:45:34 +0000 Subject: [PATCH] Bump syn from 2.0.91 to 2.0.95 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.91 to 2.0.95. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.91...2.0.95) --- 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..3236813 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,9 +621,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.91" +version = "2.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" +checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a914de7..dc7a24c 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.95", features = ["full", "extra-traits"] } termcolor = "1.4.1" thiserror = "2.0.9" toml = "0.8.19"