From 37b10ec95ba3ca5d8d1cf73feaebaac51685c1f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 04:21:51 +0000 Subject: [PATCH] chore(deps): update rust crate oxc to 0.48.0 --- Cargo.lock | 52 ++++++++++++++++++++++------------------------------ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b1f59c..e09c6ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,12 +529,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" -[[package]] -name = "foldhash" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" - [[package]] name = "form_urlencoded" version = "1.2.1" @@ -594,8 +588,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", - "equivalent", - "foldhash", ] [[package]] @@ -962,9 +954,9 @@ checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" [[package]] name = "oxc" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c55f10be3ea6bbd394a6e09bfac6038e23d2746962a08da66abece4d505673c" +checksum = "43c82ed0af5cc58de014402a9703f3c1f173f5595c71736490a424fecf425fd9" dependencies = [ "oxc_allocator", "oxc_ast", @@ -1002,9 +994,9 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5b38027b943889e914774968782a2b67df6ba50f6d4e265eaa7a933a8e3075" +checksum = "41fdbb3186e88af51e863d150f8f3b96c96b9d9e5bc02030f14b66be2814f32f" dependencies = [ "allocator-api2", "bumpalo", @@ -1015,9 +1007,9 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb78951e98af99dfdac1e530f5a36af114d9d8a03e967b5ea68be271509183da" +checksum = "a5297b74b56d814f7bd92bb06b77b9e7022790b14e943553e53867bd735b917d" dependencies = [ "bitflags", "cow-utils", @@ -1033,9 +1025,9 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17b1dc89732a6969c6dcb274035c737db46fe1f378ce86fb6c4674db201f5ca" +checksum = "ebd4278ab760c1c3341914f18bef52e03e6ccc1decb26162f096d2eb5cfb82ec" dependencies = [ "proc-macro2", "quote", @@ -1044,18 +1036,18 @@ dependencies = [ [[package]] name = "oxc_diagnostics" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5f7392025441f29ae145b21bc0e656530f2443fb197195b6ba39ac0d613b8b" +checksum = "11eed5a9db1823b1b0e30a03e11f614271a191fb440298e6fb39ed206927109e" dependencies = [ "oxc-miette", ] [[package]] name = "oxc_ecmascript" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5993579c5c04491bfcfc9a675c9939caa9f8f5faceecc5e4d281c432bbfd4c6e" +checksum = "47529b18e85f7daea78fcba566e0e29ab172d95134f1f992980e2f82ec781a45" dependencies = [ "num-bigint", "num-traits", @@ -1066,9 +1058,9 @@ dependencies = [ [[package]] name = "oxc_estree" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b216e48759b14e08652c925aa024f6b2d318a795793bbe51482718829ac9bc4" +checksum = "96c551c306b1cd5bf0dfa5fc317c8fe446c0f9483be83c925d7549545cdb64cf" [[package]] name = "oxc_index" @@ -1078,9 +1070,9 @@ checksum = "5eca5d9726cd0a6e433debe003b7bc88b2ecad0bb6109f0cef7c55e692139a34" [[package]] name = "oxc_parser" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08e83d2a08991efc1a79c3b42fcc77344f3de58d27c53cd9b184d17b1ed4ace3" +checksum = "1460e8763b17ae35534ff791a56a6c3410601ae9e23dd3495b0ea7053787d2d0" dependencies = [ "assert-unchecked", "bitflags", @@ -1101,9 +1093,9 @@ dependencies = [ [[package]] name = "oxc_regular_expression" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d495804e1bf588e5e1a2d6fe760ff1ba53ece5cbf04e4dce531da64014869fea" +checksum = "7c98aff8db7094d7f5e30e0dcbd5b57d031470c13e0526768feb2380a4877e84" dependencies = [ "oxc_allocator", "oxc_ast_macros", @@ -1137,9 +1129,9 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a50160bfd66b0ef0acff1181c6860c61cf59d6c0d5bf05b589f1fc6dcdbafc2" +checksum = "19ac361139f6df3b4ce7ca0a6876a2a898d5744f5b5c92f3232d78e2f9cd9364" dependencies = [ "compact_str", "oxc-miette", @@ -1150,9 +1142,9 @@ dependencies = [ [[package]] name = "oxc_syntax" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aa0a2543f375feb387b0b94a6d72ec5b0cc6a2349518d48704189b23d6c4070" +checksum = "00abdcf60bd01719cb94832ca3de3247962472676141def7bffaafaa4736e9af" dependencies = [ "assert-unchecked", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 0182fdc..792fab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ test = false doctest = false [dependencies] -oxc = "0.47.1" +oxc = "0.48.0" swc_ecma_parser = { version = "6.0.2", features = ["typescript"] } swc_ecma_ast = "5.0.3"