diff --git a/Cargo.lock b/Cargo.lock index 1e4ededd..0cb42595 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1402,11 +1402,11 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b134767a87e0b086f73a4ce569ac9ce7d202f39c8eab6caa266e2617e73ac6" +checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "ordered-multimap", ] diff --git a/Cargo.toml b/Cargo.toml index 02a14616..c04425ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ansi_term = "0.12.1" dirs-next = "2.0.0" git2 = { version = "0.13.17", default-features = false } toml = { version = "0.5.8", features = ["preserve_order"] } -rust-ini = "0.16.1" +rust-ini = "0.17.0" serde_json = "1.0.64" rayon = "1.5.0" log = { version = "0.4.14", features = ["std"] }