Skip to content

Commit 3ba389c

Browse files
committed
Auto merge of #4049 - rust-lang:renovate/indexmap-1.x, r=Turbo87
Update Rust crate indexmap to 1.7.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indexmap](https://crates.io/crates/indexmap) | dependencies | minor | `1.0.2` -> `1.7.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 0f39aba + 1595819 commit 3ba389c

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
@@ -61,7 +61,7 @@ git2 = "0.13.0"
6161
hex = "0.4"
6262
http = "0.2"
6363
hyper = { version = "0.14", features = ["client", "http1"] }
64-
indexmap = { version = "1.0.2", features = ["serde-1"] }
64+
indexmap = { version = "1.7.0", features = ["serde-1"] }
6565
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6666
lettre = { version = "0.10.0-beta.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6767
license-exprs = "1.6"

0 commit comments

Comments
 (0)