Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate indexmap to 2.1.0 #4248

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

oxide-renovate[bot]
Copy link
Contributor

@oxide-renovate oxide-renovate bot commented Oct 11, 2023

This PR contains the following updates:

Package Type Update Change
indexmap workspace.dependencies minor 2.0.0 -> 2.1.0

Release Notes

bluss/indexmap (indexmap)

v2.1.0

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 Renovate Bot.

@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch from dee682a to ba1355d Compare October 11, 2023 19:37
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" }
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12.3", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.0.0", features = ["serde"] }
indexmap = { version = "1.9.3", default-features = false, features = ["serde-1", "std"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunshowers seems like a bug?

Cargo.lock Outdated
@@ -5546,7 +5544,7 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75e56d5c441965b6425165b7e3223cc933ca469834f4a8b4786817a1f9dc4f13"
dependencies = [
"indexmap 2.0.0",
"indexmap 1.9.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"indexmap 1.9.3",
"indexmap 2.0.2",

@sunshowers
Copy link
Contributor

This is really strange. Looking at it.

@sunshowers
Copy link
Contributor

sunshowers commented Oct 12, 2023

@ahl this appears to be related to glademiller/openapiv3#76 which makes it so that indexmap can resolve to either version 1 or version 2. Cargo unfortunately doesn't really cope well with version ranges like this, leading to this kind of nondeterminism. Would you consider updating openapi v3 to just always do indexmap v2?

This isn't an issue with either renovate or hakari, I could repro it locally by just editing the root Cargo.toml and updating indexmap in there to 2.0.2.

@sunshowers
Copy link
Contributor

Ah looks like that won't be possible without publishing a breaking change to openapiv3, since indexmap is exported in the API. I think in that case we can manually edit and fix this PR.

@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch 4 times, most recently from 4f8384e to 12f156a Compare October 17, 2023 03:07
@oxide-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch 2 times, most recently from a307a9b to 2bd315f Compare October 21, 2023 03:51
@oxide-renovate oxide-renovate bot changed the title Update Rust crate indexmap to 2.0.2 chore(deps): update rust crate indexmap to 2.0.2 Oct 21, 2023
@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch 5 times, most recently from 15d9fbf to caa17c9 Compare October 28, 2023 08:36
@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch 2 times, most recently from 0dbae2d to 9c2f645 Compare November 1, 2023 03:08
@oxide-renovate oxide-renovate bot changed the title chore(deps): update rust crate indexmap to 2.0.2 chore(deps): update rust crate indexmap to 2.1.0 Nov 1, 2023
@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch from 9c2f645 to 93567a6 Compare November 2, 2023 03:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/indexmap-2.x branch from 93567a6 to 4dfc4bf Compare November 3, 2023 03:08
@sunshowers sunshowers enabled auto-merge (squash) November 4, 2023 03:03
@sunshowers sunshowers merged commit bfde524 into main Nov 4, 2023
21 of 22 checks passed
@sunshowers sunshowers deleted the renovate/indexmap-2.x branch November 4, 2023 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants