summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 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",
]