Skip to content

Commit b721e53

Browse files
Update Rust crate indexmap to 1.9.3 (#29)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indexmap](https://togithub.com/bluss/indexmap) | workspace.dependencies | patch | `1.9.2` -> `1.9.3` | --- ### Release Notes <details> <summary>bluss/indexmap (indexmap)</summary> ### [`v1.9.3`](https://togithub.com/bluss/indexmap/compare/1.9.2...1.9.3) [Compare Source](https://togithub.com/bluss/indexmap/compare/1.9.2...1.9.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent b7e4dad commit b721e53

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
@@ -95,7 +95,7 @@ dunce = "1.0.4"
9595
futures = "0.3.28"
9696
futures-retry = "0.6.0"
9797
httpmock = { version = "0.6.8", default-features = false }
98-
indexmap = "1.9.2"
98+
indexmap = "1.9.3"
9999
indicatif = "0.17.3"
100100
indoc = "2.0.0"
101101
itertools = "0.10.5"

0 commit comments

Comments
 (0)