From 2802aa4d20c15e77447b0592b8c92c5df6d0815a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:03:13 +0000 Subject: [PATCH] Bump ron from 0.9.0 to 0.10.1 in /gamelog Bumps [ron](https://github.com/ron-rs/ron) from 0.9.0 to 0.10.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.9.0...v0.10.1) --- updated-dependencies: - dependency-name: ron dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gamelog/Cargo.lock | 4 ++-- gamelog/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gamelog/Cargo.lock b/gamelog/Cargo.lock index 34e43de..09761ec 100644 --- a/gamelog/Cargo.lock +++ b/gamelog/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "ron" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63f3aa105dea217ef30d89581b65a4d527a19afc95ef5750be3890e8d3c5b837" +checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" dependencies = [ "base64", "bitflags", diff --git a/gamelog/Cargo.toml b/gamelog/Cargo.toml index e554533..c34a603 100644 --- a/gamelog/Cargo.toml +++ b/gamelog/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.1" edition = "2024" [dependencies] -ron = "0.9" +ron = "0.10" [dependencies.strum] version = "0.27" -- 2.49.1