From a3b53fbc78b676fe5d70c45593dddb94092549e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:30:08 +0000 Subject: [PATCH] chore(deps): bump syn from 2.0.82 to 2.0.87 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.82 to 2.0.87. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.82...2.0.87) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 879a32a..b9554f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3028,9 +3028,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.82" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 634c7fa..34bff64 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -10,7 +10,7 @@ proc-macro2 = "1.0.89" quote = "1.0.37" serde = { version = "1.0.213", features = ["derive"] } sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio-native-tls"] } -syn = { version = "2.0.82", features = ["full"] } +syn = { version = "2.0.87", features = ["full"] } openssl = { version = "0.10.68", features = ["vendored"] } [lib]