Skip to content

Commit

Permalink
[Turbopack] update event_listener to fix hanging bug (#75481)
Browse files Browse the repository at this point in the history
### What?

It has a bug about pinning...
  • Loading branch information
sokra authored Feb 3, 2025
1 parent b231c0c commit 8a2b381
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrent-queue = { workspace = true }
dashmap = { workspace = true }
either = { workspace = true }
erased-serde = { workspace = true }
event-listener = "2.5.3"
event-listener = "5.4.0"
futures = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
mopa = "0.2.0"
Expand Down

0 comments on commit 8a2b381

Please sign in to comment.