From 859c96bb10aca2c7197a25b6d7ab00a6c0f19308 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 7 Sep 2024 16:08:48 +0800 Subject: [PATCH] Update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cab7a7b..3ee20e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ edition = "2018" proc-macro = true [dependencies] -syn = { version = "1.0", features = ["full"] } +syn = { version = "2.0", default-features = false } quote = "1.0" [dev-dependencies] -async-std = "1.9.0" +async-std = "1.13.0"