Skip to content

Commit 5f0ac69

Browse files
authored
chore(deps): Bump rust-ini to 0.20 (#374)
* `rust-ini` 0.20 bumped `ordered-multimap` to 0.7 * `ordered-multimap 0.71` fixed a feature renaming sgodwincs/ordered-multimap-rs@131ab56 * The feature renaming is required for downstream application to bump nightly rust-toolchain. see rust-lang/rust#114656 Please release a minor or patch version (both are OK because the update only breaks nightly toolchain and affect nothing on stable toolchain) after the PR got merged. Signed-off-by: TennyZhuang <zty0826@gmail.com>
1 parent 299a93a commit 5f0ac69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ quick-xml = { version = "0.31", features = ["serialize"], optional = true }
7272
rand = "0.8.5"
7373
reqwest = { version = "0.11", default-features = false, optional = true }
7474
rsa = { version = "0.9.2" }
75-
rust-ini = { version = "0.19", optional = true }
75+
rust-ini = { version = "0.20", optional = true }
7676
serde = { version = "1", features = ["derive"], optional = true }
7777
serde_json = { version = "1", optional = true }
7878
sha1 = "0.10"

0 commit comments

Comments
 (0)