From dc49ddc8c8432ad1d43b9450f759ea15a144b466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 02:03:19 +0000 Subject: [PATCH] Bump ron from 0.10.1 to 0.11.0 Bumps [ron](https://github.com/ron-rs/ron) from 0.10.1 to 0.11.0. - [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.10.1...v0.11.0) --- updated-dependencies: - dependency-name: ron dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a1f766e4d..68c894a87d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3183,9 +3183,9 @@ dependencies = [ [[package]] name = "ron" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" +checksum = "db09040cc89e461f1a265139777a2bde7f8d8c67c4936f700c63ce3e2904d468" dependencies = [ "base64", "bitflags 2.10.0", diff --git a/Cargo.toml b/Cargo.toml index d38dda613b..f6241f33a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ ratatui = { version = "0.29", default-features = false, features = [ 'serde', ] } rayon-core = "1.13" -ron = "0.10" +ron = "0.11" scopeguard = "1.2" scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0"