Skip to content

Commit ac99226

Browse files
Merge pull request #494 from mehcode/dependabot/cargo/rust-ini-0.20
Update rust-ini requirement from 0.19 to 0.20
2 parents fd5aa23 + 430eed6 commit ac99226

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Cargo.lock

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async-trait = { version = "0.1", optional = true }
3333
toml = { version = "0.8", optional = true }
3434
serde_json = { version = "1.0", optional = true }
3535
yaml-rust = { version = "0.4", optional = true }
36-
rust-ini = { version = "0.19", optional = true }
36+
rust-ini = { version = "0.20", optional = true }
3737
ron = { version = "0.8", optional = true }
3838
json5_rs = { version = "0.4", optional = true, package = "json5" }
3939
indexmap = { version = "2.0", features = ["serde"], optional = true }

0 commit comments

Comments
 (0)