From 4a0b0e12cb324f51ec6cd70b4d7966a39baf4603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:28:47 +0000 Subject: [PATCH] build(deps): bump ron from 0.12.1 to 0.12.2 Bumps [ron](https://github.com/ron-rs/ron) from 0.12.1 to 0.12.2. - [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.12.1...v0.12.2) --- updated-dependencies: - dependency-name: ron dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7801fcc..a6816c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5857,9 +5857,9 @@ dependencies = [ [[package]] name = "ron" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" +checksum = "81116b9531d61eabc41aeb228e4b6b2435bcca3233b98cf3b3077d4e6e9debb3" dependencies = [ "bitflags 2.13.1", "once_cell", @@ -6908,7 +6908,7 @@ dependencies = [ "mimalloc", "rayon", "rfd", - "ron 0.12.1", + "ron 0.12.2", "serde", "serde_json", "thiserror 2.0.18",