Skip to content

Commit

Permalink
aws-creds: Bump rust-ini to 0.18 (#256)
Browse files Browse the repository at this point in the history
Bumping rust-ini gets rid of a duplicate ordered-multimap for us.
  • Loading branch information
MarijnS95 authored Mar 4, 2022
1 parent c381ebf commit 1259d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-creds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
anyhow = "1.0"
dirs = "4"
rust-ini = "0.17"
rust-ini = "0.18"
attohttpc = { version = "0.18", default-features = false, features = ["json"], optional = true }
url = "2"
serde-xml-rs = "0.5"
Expand Down

0 comments on commit 1259d34

Please sign in to comment.