aboutsummaryrefslogtreecommitdiffstats
path: root/zotapi-derive/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-03-28 22:50:50 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-03-28 22:50:50 +0200
commita4b9520f430ce188ba9165dcabd3320763ff2e16 (patch)
treef419b518a57466afa7ed365b059169a51584796a /zotapi-derive/Cargo.toml
parentff133eb60aef85e14057a62d8c7b70ec2de0b205 (diff)
downloadrust-zotapi-dev.tar.gz
rust-zotapi-dev.tar.bz2
rust-zotapi-dev.zip
Update some dependencies.dev
Diffstat (limited to 'zotapi-derive/Cargo.toml')
-rw-r--r--zotapi-derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zotapi-derive/Cargo.toml b/zotapi-derive/Cargo.toml
index 72ece81..260161e 100644
--- a/zotapi-derive/Cargo.toml
+++ b/zotapi-derive/Cargo.toml
@@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
-syn = { version = "1.0", features = ["full"] }
+syn = { version = "2.0", features = ["full"] }
[lib]
proc-macro = true