diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | zotapi-derive/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ reqwest = { version = "0.11", features = ["default-tls", "multipart"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_qs = "0.8" -tokio = { version = "1.8", features = ["full"] } +tokio = { version = "1.27", features = ["full"] } url = "2.2" zotapi-derive = { version = "0.1.0", path = "zotapi-derive" } 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 |