From c9cd962ca3619dd31d0f18b389a070b6fb77c8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:16:25 +0000 Subject: [PATCH] Update Rust crate tryexpand to v0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index faa5e41..1711657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = { workspace = true } enumcapsulate-macros = { version = "0.6.3", path = "./macros", optional = true } [dev-dependencies] -tryexpand = "=0.10.0" +tryexpand = "=0.11.0" [features] default = ["derive"]