Skip to content

Commit

Permalink
chore: bump papaya
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Mar 5, 2025
1 parent e26c1c3 commit 68a7207
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
39 changes: 29 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ indexmap = { version = "2.7.1" }
insta = "1.42.2"
natord = "1.0.9"
oxc_resolver = "4.0"
papaya = "0.1.9"
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 68a7207

Please sign in to comment.