summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-10 16:42:18 +0100
committerGitHub <noreply@github.com>2022-02-10 16:42:18 +0100
commitbae775fc78b94ff5c9f29aeda4ade3baf3037a3d (patch)
tree41f1c89583ed859a4a0ba59538bf627f8990b156
parent68e00251318cc17b1ccfa227f1b108ccab22d5de (diff)
parente18c607450af7d5b89f44b26f8785c90ac234895 (diff)
Merge pull request #287 from matthiasbeyer/update-dependencies
Update dependency: json5: 0.3 -> 0.4
-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"