Skip to content

Commit

Permalink
Update rust-ini requirement from 0.19.0 to 0.20.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rust-ini](https://github.com/zonyitoo/rust-ini) to permit the latest version.
- [Release notes](https://github.com/zonyitoo/rust-ini/releases)
- [Commits](zonyitoo/rust-ini@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: rust-ini
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 2564b1c commit 6089d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ esplugin = "4.1.0"
regex = "1.0.0"
unicase = "2.0.0"
rayon = "1.0.0"
rust-ini = { version = "0.19.0", features = ["case-insensitive"] }
rust-ini = { version = "0.20.0", features = ["case-insensitive"] }
keyvalues-parser = "0.1.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 6089d67

Please sign in to comment.