diff --git a/Cargo.toml b/Cargo.toml index 3dafcab..f827df9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ proc-macro = true [dependencies] lazy_static = "1.4.0" proc-macro2 = "1.0.64" -quote = "1.0.31" +quote = "1.0.33" syn = { version = "2.0.25", features = ["full", "extra-traits"] } thiserror = "1.0.43" try_match = "0.4.1"