summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-10-07 10:15:19 +0200
committerGitHub <noreply@github.com>2018-10-07 10:15:19 +0200
commitc340060314ca4c1e911992551f9865d216939c70 (patch)
treebb513cd53c28f28cd8d42a52ac1df39bcec258c5 /Cargo.toml
parent92380f8c124872314d4b0077c58992d94cc5217f (diff)
Update rust-ini to 0.13
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 4c30985..1a4ea6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ toml = { version = "0.4.1", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
serde-hjson = { version = "0.8.1", optional = true }
-rust-ini = { version = "0.12", optional = true }
+rust-ini = { version = "0.13", optional = true }
[dev-dependencies]
serde_derive = "1.0.8"