From 2ca93694c48bf4a366ac5e4c3b9c62322a664963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 02:56:24 +0000 Subject: [PATCH] Bump ron from 0.12.0 to 0.12.1 Bumps [ron](https://github.com/ron-rs/ron) from 0.12.0 to 0.12.1. - [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.0...v0.12.1) --- updated-dependencies: - dependency-name: ron dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1534622d6a..c0ac9ef3bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3603,9 +3603,9 @@ dependencies = [ [[package]] name = "ron" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd490c5b18261893f14449cbd28cb9c0b637aebf161cd77900bfdedaff21ec32" +checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" dependencies = [ "bitflags 2.10.0", "once_cell",