From 7a4610959f4f3265720111867d0cabc243910c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:21:40 +0000 Subject: [PATCH] Update rust-ini requirement from 0.20.0 to 0.21.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.20.0...v0.21.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 5212889..77b7eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"