From d7d8298e49eb97eb2697aa31a9870ed75c3dd83a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:06:19 +0000 Subject: [PATCH] Update Rust crate facet-reflect to 0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 583e69b..de354cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["development-tools", "data-structures"] facet = { version = "0.28.0" } facet-core = { version = "0.28.0" } facet-pretty = { version = "0.28.0" } -facet-reflect = { version = "0.28.0" } +facet-reflect = { version = "0.29.0" } [dev-dependencies] cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] }