summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFabio Valentini <decathorpe@gmail.com>2020-12-09 23:45:51 +0100
committerFabio Valentini <decathorpe@gmail.com>2021-03-18 10:56:07 +0100
commitf9b70e838e957189c7ae256d59b9ab2970641899 (patch)
tree4aa00d86eb034b08a1969d5f636aa77347c02f91 /Cargo.toml
parent817b37807572418f48e3d660e3931d265e32ab28 (diff)
port to rust-ini 0.16
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 ae6e770..dddaad8 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.13", optional = true }
+rust-ini = { version = "0.16", optional = true }
[dev-dependencies]
serde_derive = "1.0.8"