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"