From 010895c558ece3247b1ea8b0f90098c7bd254657 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 9 Dec 2020 23:45:51 +0100 Subject: 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3