From d3353421cb97960cbbcb62ee9a95e5dc16f44aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:49:09 +0000 Subject: [PATCH] deps: Update ron requirement from 0.8 to 0.12 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.8.0...v0.12.0) --- updated-dependencies: - dependency-name: ron dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..a233fa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ egui-winit = "0.33.3" # Serialization serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -ron = "0.8" +ron = "0.12" # ML Runtime ort = { version = "2.0.0-rc.10", optional = true }