From f7e2763dd080e6d50947649f8f03d2a41c4268f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:44:07 +0000 Subject: [PATCH] Update Rust crate tryexpand to v0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 952b3dd..deab0e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = { workspace = true } enumcapsulate-macros = { version = "0.6.4", path = "./macros", optional = true } [dev-dependencies] -tryexpand = "=0.13.0" +tryexpand = "=0.14.0" [features] default = ["derive"]