From 0e6acce2dd1176f308926f35031a35ec444f118d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 05:31:48 +0000 Subject: [PATCH] Update ron requirement from 0.5 to 0.6 Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ron-rs/ron/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..8793677798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ thread_profiler = { version = "0.3", optional = true } derive-new = "0.5" env_logger = "0.6.1" genmesh = "0.6" -ron = "0.5" +ron = "0.6" specs-derive = "0.4" [build-dependencies]