From 985e28cd317f0d2a67516e0cc131774995a8688a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:52:32 +0000 Subject: [PATCH] Update Rust crate serde to v1.0.214 --- sanity-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity-bin/Cargo.toml b/sanity-bin/Cargo.toml index baa2163..96d3257 100644 --- a/sanity-bin/Cargo.toml +++ b/sanity-bin/Cargo.toml @@ -13,7 +13,7 @@ direction = {version = "0.17.10", features = ["rand"]} log = { version = "0.4.11", features = ["serde"] } rand = "0.7.3" ron = "0.6.2" -serde = "1.0.117" +serde = "1.0.200" wfc = "0.9.2" bracket-pathfinding = "0.8.1" strum = "0.19.5"