summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-17 07:36:12 +0200
committerGitHub <noreply@github.com>2022-08-17 07:36:12 +0200
commiteb32915b32591557a3a253be5bd9464d49d8518c (patch)
treef12e2bb2a040b97e8d941d673d6e39b729c044fd
parentd95aeb12b9d308d672c06792bfd1f179fa23f4bb (diff)
parent6ffb0c8514a86dd5474bc88d3c1f5328e099cd19 (diff)
Merge pull request #367 from mehcode/dependabot/cargo/ron-0.8
Update ron requirement from 0.7 to 0.8
-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"