From d7b66b6b7bcbb5075ff17c294b2223fa95186e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:25:22 +0000 Subject: [PATCH] Update rust-ini requirement from 0.19.0 to 0.20.0 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](https://github.com/zonyitoo/rust-ini/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c12d3cd..66b12d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "CpuOptimizer" crate-type = ["cdylib", "rlib"] [dependencies] -rust-ini = "0.19.0" +rust-ini = "0.20.0" msgbox = "0.7.0" num_cpus = "1.15.0"