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]