diff --git a/Cargo.lock b/Cargo.lock index 836c389..ee6a864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2473,18 +2473,18 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "11.21.0" +version = "11.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d6e5e3ac3224a72faa04ce1d7266ba2dbed67f37d561fd268a58aee7f4e271" +checksum = "2b5400dea5053fe933683bcfc63cfd6025a9826748a9ecf2da37892d2993da57" dependencies = [ "cfg-if", "compact_str", + "dashmap", "fast-glob", "indexmap", "json-strip-comments", "nodejs-built-in-modules", "once_cell", - "papaya", "percent-encoding", "rustc-hash", "rustix", @@ -2508,16 +2508,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "papaya" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7" -dependencies = [ - "equivalent", - "seize", -] - [[package]] name = "parking_lot" version = "0.12.5" @@ -3262,16 +3252,6 @@ dependencies = [ "libc", ] -[[package]] -name = "seize" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521" -dependencies = [ - "libc", - "windows-sys 0.61.2", -] - [[package]] name = "self_cell" version = "1.2.2"