summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFabio Valentini <decathorpe@gmail.com>2020-12-09 23:45:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-14 08:58:05 +0100
commit010895c558ece3247b1ea8b0f90098c7bd254657 (patch)
treeace7248f6e3a5da94d425fa26b493908f1123470 /Cargo.toml
parent887736dc67740e5316a892bfcb569f62d0fc45da (diff)
Update dependency: rust-ini: 0.13 -> 0.16
Cherry picked, fixed merge conflict in Cargo.toml and ran cargo-fmt on the new tree. (cherry picked from commit 43ca83a4fa6ea55274f7c78a1914fe93476916ed) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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"