From 21b8479fac15c4804a1be95ad373a1c625397b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:06:31 +0000 Subject: [PATCH] fix(deps): update rust crate quote to 1.0.36 --- tailcall-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailcall-macros/Cargo.toml b/tailcall-macros/Cargo.toml index 6cbf8a83a5b..a4c184da648 100644 --- a/tailcall-macros/Cargo.toml +++ b/tailcall-macros/Cargo.toml @@ -8,5 +8,5 @@ proc-macro = true [dependencies] syn = { version = "2.0.60", features = ["derive", "full"] } -quote = "1.0" +quote = "1.0.36" proc-macro2 = "1.0"