diff --git a/aerospike-macro/Cargo.toml b/aerospike-macro/Cargo.toml index 2202bd07..8713e742 100644 --- a/aerospike-macro/Cargo.toml +++ b/aerospike-macro/Cargo.toml @@ -9,10 +9,10 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.28" -syn = {version = "1.0.30", default-features = false, features = ["full"]} +syn = {version = "2.0.98", default-features = false, features = ["full"]} quote = {version = "1.0.6"} aerospike-rt = {path = "../aerospike-rt"} [features] rt-tokio = ["aerospike-rt/rt-tokio"] -rt-async-std = ["aerospike-rt/rt-async-std"] \ No newline at end of file +rt-async-std = ["aerospike-rt/rt-async-std"]