summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-22 07:30:31 +0100
committerGitHub <noreply@github.com>2022-02-22 07:30:31 +0100
commit30d87a311929f5382cb4ecd1de62f20d2dddfb86 (patch)
tree432ff4b472697abbf946b0a121544657954ffdc4
parentb6753ad8b15d34e1fd223ae5b5d0db8e18a06bc3 (diff)
parentac593b0690aa2229534c7125ac2e61a1c775ec1b (diff)
Merge pull request #289 from mehcode/dependabot/cargo/rust-ini-0.18
Update rust-ini requirement from 0.17 to 0.18
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f68ca28..9f6a44c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ nom = "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.17", optional = true }
+rust-ini = { version = "0.18", optional = true }
ron = { version = "0.7", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "1.7.0", features = ["serde-1"], optional = true}