diff --git a/Cargo.lock b/Cargo.lock index b25409f0d..7d9029ede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,20 +198,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "compact_str" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab" -dependencies = [ - "castaway", - "cfg-if", - "itoa", - "rustversion", - "ryu", - "static_assertions", -] - [[package]] name = "compact_str" version = "0.10.0" @@ -1295,11 +1281,11 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "11.24.2" +version = "11.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa374d03b255c070a32ae65b8a05231b8e658104d6ef22034c09da8fa0c2fd9" +checksum = "2c7fd0839a5ecee17c0d2c88c8006e8ab4dff25d4a79e3a0bf7a9f0cce17f4e3" dependencies = [ - "compact_str 0.9.1", + "compact_str", "dashmap 6.2.1", "fast-glob", "indexmap", @@ -1362,7 +1348,7 @@ version = "0.146.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c355ae1fa3e865c28cb8a85735ecafd1bb6340a5b880c638d127c1f2d61a98a5" dependencies = [ - "compact_str 0.10.0", + "compact_str", "oxc_allocator", "oxc_ast_macros", "oxc_estree", @@ -1376,7 +1362,7 @@ version = "0.146.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ba45ef9efa8296e647aa37b2b21936cb520953031edc1ef6352281bbea22faa" dependencies = [ - "compact_str 0.10.0", + "compact_str", "hashbrown 0.17.1", "oxc_allocator", "oxc_estree", @@ -1411,7 +1397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d286f586303c23502786e31959de18c57bfc66299d1f55b9dc2d56c3f4863f6e" dependencies = [ "base64", - "compact_str 0.10.0", + "compact_str", "hmac-sha1-compact", "indexmap", "itoa", @@ -1993,9 +1979,9 @@ dependencies = [ [[package]] name = "simd-json" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4255126f310d2ba20048db6321c81ab376f6a6735608bf11f0785c41f01f64e3" +checksum = "6ebe141eb4a23ecc4d5de93fa5b139ac65dc07c38037a2fe9a8fb7c9d36bd832" dependencies = [ "halfbrown", "ref-cast",