summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-20 17:14:10 +0000
committerGitHub <noreply@github.com>2023-07-20 17:14:10 +0000
commite4f33550380e57390c0baee975cd5d5c20be41ba (patch)
treec5fc4c1a9ed5d2bd8c9609f9fb9f4fa3248e1e4a
parent9f73fddb4ef712cc19c99d53837534bb3754aa16 (diff)
Update rust-ini requirement from 0.18 to 0.19
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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91b69c4..9ef24bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ async-trait = { version = "0.1.50", optional = true }
toml = { version = "0.7", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
-rust-ini = { version = "0.18", optional = true }
+rust-ini = { version = "0.19", optional = true }
ron = { version = "0.8", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "2.0.0", features = ["serde"], optional = true }