From 1045ee3ee6c322b758d029466a7b27cd76cc6443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 14:33:06 +0000 Subject: [PATCH] Update Rust crate ron to 0.8.0 --- editor/Cargo.toml | 2 +- sanity-bin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/Cargo.toml b/editor/Cargo.toml index f2e3d77..b87bac8 100644 --- a/editor/Cargo.toml +++ b/editor/Cargo.toml @@ -11,7 +11,7 @@ sanity-lib = { path = "../sanity-lib" } amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]} rand = "0.7.3" nfd = "0.0.4" -ron = "0.6.2" +ron = "0.8.0" [features] default = ["vulkan"] diff --git a/sanity-bin/Cargo.toml b/sanity-bin/Cargo.toml index baa2163..164e0b4 100644 --- a/sanity-bin/Cargo.toml +++ b/sanity-bin/Cargo.toml @@ -12,7 +12,7 @@ amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]} direction = {version = "0.17.10", features = ["rand"]} log = { version = "0.4.11", features = ["serde"] } rand = "0.7.3" -ron = "0.6.2" +ron = "0.8.0" serde = "1.0.117" wfc = "0.9.2" bracket-pathfinding = "0.8.1"