From 7176e32822f0574bc8b814991d2545ebab77191e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 03:15:12 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.41 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50b188d..596ddb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ indicatif = "0.18.0" xz2 = "0.1.7" camino-tempfile = "1.4.1" cargo_toml = "0.22.3" -quote = "1.0.40" +quote = "1.0.41" prettyplease = "0.2" syn = "2.0" sha2 = "0.10.9"