From 9b0308a80dbdc1f9b12787ce49d6bb0badd8db31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:32:51 +0000 Subject: [PATCH] Update ron requirement from 0.10.1 to 0.11.0 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.10.1...v0.11.0) --- updated-dependencies: - dependency-name: ron dependency-version: 0.11.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 9584f4b..8fa4eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" edition = "2024" [dependencies] -ron = { version = "0.10.1", optional = true } +ron = { version = "0.11.0", optional = true } directories = "6" serde = "^1.0" serde_yaml = { version = "0.9", optional = true }