summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-13 15:29:38 +0000
committerGitHub <noreply@github.com>2024-03-13 15:29:38 +0000
commit364e98b3e71a77cdaad16d26a1f75336871e4c14 (patch)
treeb891fde950646cb33edf62089b8802e1dbaecb1e
parentcbf6e8d55ef49963465eef18a5a6d687169d09c2 (diff)
build(deps): update rust crate rust-ini to 0.21.0
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
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]]
@@ -3232,6 +3233,12 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"