summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-16 18:34:04 +0000
committerGitHub <noreply@github.com>2022-08-16 18:34:04 +0000
commit6ffb0c8514a86dd5474bc88d3c1f5328e099cd19 (patch)
treef12e2bb2a040b97e8d941d673d6e39b729c044fd
parentd95aeb12b9d308d672c06792bfd1f179fa23f4bb (diff)
Update ron requirement from 0.7 to 0.8
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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79a3fc8..8e4a4cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ toml = { version = "0.5", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.18", optional = true }
-ron = { version = "0.7", optional = true }
+ron = { version = "0.8", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "1.7.0", features = ["serde-1"], optional = true}
pathdiff = "0.2"