Skip to content

Commit

Permalink
chore(deps): Bump rust-ini to 0.20 (#374)
Browse files Browse the repository at this point in the history
* `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 <[email protected]>
  • Loading branch information
TennyZhuang authored Oct 27, 2023
1 parent 299a93a commit 5f0ac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f0ac69

Please sign in to comment.