aboutsummaryrefslogtreecommitdiffstats
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
parentff133eb60aef85e14057a62d8c7b70ec2de0b205 (diff)
downloadrust-zotapi-dev.tar.gz
rust-zotapi-dev.tar.bz2
rust-zotapi-dev.zip
Update some dependencies.dev
-rw-r--r--Cargo.toml2
-rw-r--r--zotapi-derive/Cargo.toml2
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