From 364e98b3e71a77cdaad16d26a1f75336871e4c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:29:38 +0000 Subject: [PATCH] build(deps): update rust crate rust-ini to 0.21.0 --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80d1794f9..00c35265a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2550,12 +2550,13 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rust-ini" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" +checksum = "0d625ed57d8f49af6cfa514c42e1a71fadcff60eb0b1c517ff82fe41aa025b41" dependencies = [ "cfg-if", "ordered-multimap", + "trim-in-place", ] [[package]] @@ -3231,6 +3232,12 @@ 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.17.0" diff --git a/Cargo.toml b/Cargo.toml index 4adef9462..30d7dd641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ quick-xml = "0.31.0" rand = "0.8.5" rayon = "1.9.0" regex = { version = "1.10.3", default-features = false, features = ["perf", "std", "unicode-perl"] } -rust-ini = "0.20.0" +rust-ini = "0.21.0" semver = "1.0.22" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114"