build(deps): bump rust-ini from 0.16.0 to 0.16.1
Bumps [rust-ini](https://github.com/zonyitoo/rust-ini) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](https://github.com/zonyitoo/rust-ini/compare/v0.16.0...v0.16.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4e7f73da50
commit
5471007db9
|
@ -1136,9 +1136,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rust-ini"
|
name = "rust-ini"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dcdbf249a931ceb503aa80e08ca016675dbc7884eda8e2d88e85533d4dbade62"
|
checksum = "55b134767a87e0b086f73a4ce569ac9ce7d202f39c8eab6caa266e2617e73ac6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 0.1.10",
|
||||||
"ordered-multimap",
|
"ordered-multimap",
|
||||||
|
|
|
@ -33,7 +33,7 @@ ansi_term = "0.12.1"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
git2 = { version = "0.13.16", default-features = false }
|
git2 = { version = "0.13.16", default-features = false }
|
||||||
toml = { version = "0.5.8", features = ["preserve_order"] }
|
toml = { version = "0.5.8", features = ["preserve_order"] }
|
||||||
rust-ini = "0.16.0"
|
rust-ini = "0.16.1"
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
rayon = "1.5.0"
|
rayon = "1.5.0"
|
||||||
log = { version = "0.4.13", features = ["std"] }
|
log = { version = "0.4.13", features = ["std"] }
|
||||||
|
|
Loading…
Reference in New Issue