-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conversation
dee682a
to
ba1355d
Compare
workspace-hack/Cargo.toml
Outdated
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"] } |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"indexmap 1.9.3", | |
"indexmap 2.0.2", |
This is really strange. Looking at it. |
@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 |
Ah looks like that won't be possible without publishing a breaking change to |
4f8384e
to
12f156a
Compare
Edited/Blocked NotificationRenovate 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. |
a307a9b
to
2bd315f
Compare
15d9fbf
to
caa17c9
Compare
0dbae2d
to
9c2f645
Compare
9c2f645
to
93567a6
Compare
93567a6
to
4dfc4bf
Compare
This PR contains the following updates:
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.
This PR has been generated by Renovate Bot.