From 3894b21dccc68feb1fbff7b59c225ff5e8bea8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:09:14 +0000 Subject: [PATCH] chore(deps): update rust crate quote to 1.0.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d8045d..b19487c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ wit-parser = { path = "crates/wit-parser" } miette = { version = "5.10.0", features = ["fancy"] } log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } serde = "1.0.195" -quote = "1.0.33" +quote = "1.0.35" proc-macro2 = "1.0.78" syn = "2.0.36" schemars = "0.8.16"