From 2d8694f7f49f2229c356d1acb2ef08b7b67c43a4 Mon Sep 17 00:00:00 2001 From: TennyZhuang Date: Fri, 27 Oct 2023 16:31:23 +0800 Subject: [PATCH] chore(deps): Bump rust-ini to 0.20 Signed-off-by: TennyZhuang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea4d36ad..7ba65b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ quick-xml = { version = "0.31", features = ["serialize"], optional = true } rand = "0.8.5" reqwest = { version = "0.11", default-features = false, optional = true } rsa = { version = "0.9.2" } -rust-ini = { version = "0.19", optional = true } +rust-ini = { version = "0.20", optional = true } serde = { version = "1", features = ["derive"], optional = true } serde_json = { version = "1", optional = true } sha1 = "0.10"