From a4b9520f430ce188ba9165dcabd3320763ff2e16 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 28 Mar 2023 22:50:50 +0200 Subject: Update some dependencies. --- Cargo.toml | 2 +- zotapi-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d292762..a7c789f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3