summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-10 16:27:06 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-02-10 16:27:06 +0100
commite18c607450af7d5b89f44b26f8785c90ac234895 (patch)
tree41f1c89583ed859a4a0ba59538bf627f8990b156 /Cargo.toml
parent68e00251318cc17b1ccfa227f1b108ccab22d5de (diff)
Update dependency: json5: 0.3 -> 0.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71d90d7..e9ce307 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.17", optional = true }
ron = { version = "0.7", optional = true }
-json5_rs = { version = "0.3", optional = true, package = "json5" }
+json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "1.7.0", features = ["serde-1"], optional = true}
pathdiff = "0.2"