diff --git a/Cargo.toml b/Cargo.toml index a38f38e..960ba53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ log = ["dep:log"] [dependencies] yaml-rust2 = "0.10.3" -facet-core = { version = "0.30", default-features = false } +facet-core = { version = "0.31", default-features = false } facet-reflect = { version = "0.30", default-features = false } facet-serialize = { version = "0.30", default-features = false, optional = true } log = { version = "0.4.27", optional = true }