Bump ron from 0.8.1 to 0.10.1

Bumps [ron](https://github.com/ron-rs/ron) from 0.8.1 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.8.1...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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-08 19:58:31 +00:00
committed by GitHub
parent 3d1273981c
commit 5db44d03da
2 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ edition = "2021"
# For clap info, see [dependencies.clap]
# For serde info, see [dependencies.serde]
libc = "0.2.171, ~0.2.169"
ron = "0.8.1, >=0.8, <0.9"
ron = "0.10.1"
rust-i18n = "3.1.3, ~3.1.3"
[dependencies.clap]