From 92aa9856f96d05a30e8b80cfb2838e72b39a3d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 20:15:07 +0000 Subject: [PATCH] chore(deps): update rust crate facet-reflect to 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e06aba3..532ec73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ toml_edit = { version = "0.22.27", default-features = false, features = [ "parse", ], optional = true } facet-core = { version = "0.30", default-features = false } -facet-reflect = { version = "0.30", default-features = false } +facet-reflect = { version = "0.31", default-features = false } facet-serialize = { version = "0.30", default-features = false, optional = true } owo-colors = "4.2.2"