From 90565fd2f639d1d65a672f94df578dba1c015ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:59:53 +0000 Subject: [PATCH] cargo: bump syn from 2.0.65 to 2.0.66 in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [syn](https://github.com/dtolnay/syn). Updates `syn` from 2.0.65 to 2.0.66 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.65...2.0.66) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 919a8f4bb..503ee1b33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2817,9 +2817,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.65" +version = "2.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106" +checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4c334458e..4d64ec5f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ smallvec = { version = "1.13.2", features = [ "union", ] } strsim = "0.11.1" -syn = "2.0.65" +syn = "2.0.66" tempfile = "3.10.1" test-case = "3.3.1" textwrap = "0.16.1"