diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 8691f041..eb72e52c 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -14,7 +14,7 @@ workspace = ".." proc-macro = true [dependencies] -quote = "=1.0.2" +quote = "1.0.3" syn = { version = "^1", features = ["full"] } [dev-dependencies]