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: bump and relax all dependencies to their latest major versions #2

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

Boshen
Copy link
Contributor

@Boshen Boshen commented Jul 10, 2024

No description provided.

@Boshen Boshen marked this pull request as draft July 10, 2024 16:32
@Boshen
Copy link
Contributor Author

Boshen commented Jul 10, 2024

I need to somehow dedupe these two crates

[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
 "autocfg",
 "hashbrown 0.12.3",
 "serde",
]

[[package]]
name = "indexmap"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
 "equivalent",
 "hashbrown 0.14.5",
 "serde",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"

[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"

clippy in oxc-resolver:

error: multiple versions for dependency `hashbrown`: 0.12.3, 0.14.5
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
  = note: `-D clippy::multiple-crate-versions` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(clippy::multiple_crate_versions)]`

error: multiple versions for dependency `indexmap`: 1.9.3, 2.2.6
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions

error: could not compile `oxc_resolver` (lib) due to 2 previous er

@Boshen Boshen marked this pull request as ready for review July 11, 2024 14:23
@Boshen
Copy link
Contributor Author

Boshen commented Jul 11, 2024

Seems like a cargo bug. Let's ship this @arcanis

@arcanis arcanis merged commit 900aa49 into yarnpkg:main Jul 11, 2024
1 check passed
@arcanis
Copy link
Member

arcanis commented Jul 11, 2024

Released as 0.9.0

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