From 38dc35352cb8fe49055085215a157c6cfcbad38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:43:53 +0000 Subject: [PATCH] chore(deps)(deps): bump syn from 2.0.119 to 3.0.5 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.5. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.119...3.0.5) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- hyperdb-api-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07871b5..03a79ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,7 +1850,7 @@ dependencies = [ "hyperdb-compile-check", "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.5", "trybuild", ] diff --git a/hyperdb-api-derive/Cargo.toml b/hyperdb-api-derive/Cargo.toml index a01c6f4..626e2f3 100644 --- a/hyperdb-api-derive/Cargo.toml +++ b/hyperdb-api-derive/Cargo.toml @@ -23,7 +23,7 @@ proc-macro = true compile-time = ["dep:hyperdb-compile-check"] [dependencies] -syn = { version = "2", features = ["full"] } +syn = { version = "3", features = ["full"] } quote = "1" proc-macro2 = "1" # x-release-please-start-version