From 76f125b4f593379b725b6779db65c8ff917d4bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:14:36 +0000 Subject: [PATCH] build(deps): update rust crate rust-ini to 0.21.2 --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14720decb..08d8eee19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2960,13 +2960,12 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rust-ini" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" +checksum = "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791" dependencies = [ "cfg-if", "ordered-multimap", - "trim-in-place", ] [[package]] @@ -3674,12 +3673,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "trim-in-place" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" - [[package]] name = "typenum" version = "1.18.0" diff --git a/Cargo.toml b/Cargo.toml index 7afd963bd..ecbb702cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ quick-xml = "0.37.5" rand = "0.9.1" rayon = "1.10.0" regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] } -rust-ini = "0.21.1" +rust-ini = "0.21.2" semver = "1.0.26" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140"