summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-14 09:03:46 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-14 09:03:46 +0100
commita3f205dc628b59a32de813b3efefbaec4667d217 (patch)
tree741dd20a03f39ef5c8994c857c323334576df37b /Cargo.toml
parent9802e2f47e3d643d353224af0c2e6667b2dfa170 (diff)
parent010895c558ece3247b1ea8b0f90098c7bd254657 (diff)
Merge branch 'update-rust-ini'
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 8a5d0c3..2d16216 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ toml = { version = "0.5", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
serde-hjson = { version = "0.9", default-features = false, optional = true }
-rust-ini = { version = "0.13", optional = true }
+rust-ini = { version = "0.16", optional = true }
[dev-dependencies]
serde_derive = "1.0.8"