Skip to content

Commit

Permalink
Update rust-ini requirement from 0.20.0 to 0.21.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.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 47f3dbf commit 7a46109
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 @@ -10,7 +10,7 @@ name = "CpuOptimizer"
crate-type = ["cdylib", "rlib"]

[dependencies]
rust-ini = "0.20.0"
rust-ini = "0.21.0"
msgbox = "0.7.0"
num_cpus = "1.15.0"

Expand Down

0 comments on commit 7a46109

Please sign in to comment.