summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-29 05:40:18 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-29 05:51:02 +0000
commitb8b9c4264d5c80ac57fd92579e286915b6132471 (patch)
tree8ae0241113692f0d48f406cd66ef1a6d7840912e
parent9738b84b6f29f09d07d66b9288ac344099c08ae2 (diff)
build(deps): bump rust-ini from 0.16.1 to 0.17.0
Bumps [rust-ini](https://github.com/zonyitoo/rust-ini) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](https://github.com/zonyitoo/rust-ini/compare/v0.16.1...v0.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1e4ededd0..0cb425954 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 02a14616e..c04425ef2 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"] }