Skip to content

Commit

Permalink
chore: bump papaya (#5284)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Mar 5, 2025
1 parent e26c1c3 commit e7f1e8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ ignore = "0.4.23"
indexmap = { version = "2.7.1" }
insta = "1.42.2"
natord = "1.0.9"
oxc_resolver = "4.0"
papaya = "0.1.9"
oxc_resolver = "4.2"
papaya = "0.2"
path-absolutize = { version = "3.1.1", optional = false, features = ["use_unix_paths_on_wasm"] }
proc-macro-error2 = { version = "2.0.1", default-features = false }
proc-macro2 = "1.0.94"
Expand Down
1 change: 0 additions & 1 deletion crates/biome_dependency_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ once_cell = "1" # Use `std::sync::OnceLock::get_or_t
oxc_resolver = { workspace = true }
papaya = { workspace = true }
rustc-hash = { workspace = true }
seize = "0.4.9" # Remove when https://github.com/ibraheemdev/papaya/issues/46 is resolved
serde_json = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions crates/biome_dependency_graph/src/resolver_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ impl<'a> ResolverCache<'a> {
paths: HashSet::builder()
.hasher(BuildHasherDefault::default())
.resize_mode(papaya::ResizeMode::Blocking)
.collector(seize::Collector::new().epoch_frequency(None))
.build(),
tsconfigs: HashMap::builder()
.hasher(BuildHasherDefault::default())
.resize_mode(papaya::ResizeMode::Blocking)
.collector(seize::Collector::new().epoch_frequency(None))
.build(),
}
}
Expand Down

0 comments on commit e7f1e8c

Please sign in to comment.