summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-09 09:24:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-09 09:24:24 +0200
commit708af68c0032652e4fe5d0c5ce41c3d3b172825c (patch)
tree34e5aa71e93931b9906586fc76eb67c52dd875e6
parentedad11ad3cda077000b53a2580a4fc0cf61a68b7 (diff)
Update dependency rust-init: 0.16 -> 0.17
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c06b35a..bb265bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,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.16", optional = true }
+rust-ini = { version = "0.17", optional = true }
[dev-dependencies]
serde_derive = "1.0.8"