From b7ea9aa5a933a7196d4173f3b34b3b68b1ce48ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:51:41 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.lock | 110 +++++++++++++++++++++++++++++++++-------------------- Cargo.toml | 14 +++---- 2 files changed, 75 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ef7bf7..f18208e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,9 +205,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "indexmap" -version = "2.2.6" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", "hashbrown", @@ -446,9 +446,9 @@ checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "oxc-browserslist" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d67676f247b63c0f6a8ed20f6c1faa39ff5e0e4af923284a0857623eec5ab14" +checksum = "c18f34190f311397d0e6fa5a3e097e692b361d1311009915e83f7a9b68aef83e" dependencies = [ "nom", "rustc-hash", @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d13ede3c9a61af2e332001f8e67be54b7607df9c373996c94da6976efba49122" +checksum = "466379b9ab2e05996bfedfae9c96753a633bb5a53aaf0898eb0e0ab09e169514" dependencies = [ "allocator-api2", "bumpalo", @@ -488,9 +488,9 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5046087d4fab69a6fc1f15668186b391a1387f207557d38dd6881eb12660c269" +checksum = "34bd4f56fe32adea489153f6d681d9ee01f0336b9b6a89f062611488d8f80797" dependencies = [ "bitflags", "num-bigint", @@ -502,15 +502,20 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d7b8dbb7a3c8b5b7900aec7d108fe5d0343466e8329173c93af9321ab84fb9a" +checksum = "197b36739db0e80919e19a90785233eea5664697d4cd829bd49af34838ec43d2" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] [[package]] name = "oxc_cfg" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a7b81fdb8e1f2af4c63b6702d4f6ebb208b56cbc578867141765c5644e974a" +checksum = "c4ee6a0aed5d22fdf543bde5fa6b438b367fb117ee889dc095a827381a3f50dc" dependencies = [ "bitflags", "itertools", @@ -521,15 +526,17 @@ dependencies = [ [[package]] name = "oxc_codegen" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9deac95708228d42a22c974eb1f854f6e28e0da8a4d2f8303cbcdc638f9e11d2" +checksum = "27c17d9ec73f9106bf7c8be26da225e96a41805ec933a9536834b354ac400f55" dependencies = [ "bitflags", "daachorse", + "nonmax", "once_cell", "oxc_allocator", "oxc_ast", + "oxc_index", "oxc_mangler", "oxc_sourcemap", "oxc_span", @@ -539,9 +546,9 @@ dependencies = [ [[package]] name = "oxc_diagnostics" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48bff61a24cf90580dece1f2d004bd76cfcf37745035950ba0d9a5c7608bb68c" +checksum = "2cd4bb48b9527f5825c84acb688ec1485df4a5edadc17b3582626bb49736752b" dependencies = [ "miette", "owo-colors", @@ -551,15 +558,15 @@ dependencies = [ [[package]] name = "oxc_index" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25d04d5746cd2616b79ea741cc5a695ac1b797bb2e576fcc044f5cda9ba314cd" +checksum = "bc9aa9446f6d2a64d0baa02fe20dc3d64e3e112083854b84fdacb82261be2b84" [[package]] name = "oxc_mangler" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e8492b398709a6ab6fca6e062a0d4d06bc7ae42231d9a86771c1904ae95c86" +checksum = "7fa4277d6c6a93cf587ba2cd7940ac96249d936eb3bb0567eebfdff36bbe5149" dependencies = [ "itertools", "oxc_ast", @@ -570,9 +577,9 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba92420b066218b244f2856af5af8aa4ba215a5780105915ecf0f5b88bb2ea7" +checksum = "8f3432e80a58cfb38f9a138203e64d0f9a621d4c4e9d18e3e3bd870b51ce1f0e" dependencies = [ "assert-unchecked", "bitflags", @@ -582,17 +589,32 @@ dependencies = [ "oxc_allocator", "oxc_ast", "oxc_diagnostics", + "oxc_regular_expression", "oxc_span", "oxc_syntax", "rustc-hash", "seq-macro", ] +[[package]] +name = "oxc_regular_expression" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fc6d05fec98ad6cc864ba8cfe7ece2e258106059a9a57e35b02450650b06979" +dependencies = [ + "oxc_allocator", + "oxc_diagnostics", + "oxc_span", + "phf", + "rustc-hash", + "unicode-id-start", +] + [[package]] name = "oxc_semantic" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16da734c361ac978deeb27ce43050774a92468c8e9699c0732f398d518434259" +checksum = "6b52913f8fd8efad5a9a4a0c3d437a49a6be9092ddef3ab861fbedee4b343bc2" dependencies = [ "assert-unchecked", "indexmap", @@ -610,9 +632,9 @@ dependencies = [ [[package]] name = "oxc_sourcemap" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e2d56cf04135d358d7a786415f315d2bb06c1d8bac367f2b4d526f3e8130a75" +checksum = "1dd8e81ebe12ff1c13de9e44cc3d0d187de138cd23e9992959653ecd003d0261" dependencies = [ "base64-simd", "cfg-if", @@ -623,24 +645,27 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "390f25de067cef1c993dedc5deefaa7f20acd9cac73a50f3744c8f68ad779218" +checksum = "9a862a896ac3abd269863a19d4f77302b019458d90513705c7a017b138c8449b" dependencies = [ "compact_str", "miette", "oxc_allocator", + "oxc_ast_macros", ] [[package]] name = "oxc_syntax" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe2f97996eb9126d75242aeda761640407497925107d09c9872aa92c6c5566de" +checksum = "d50c7ea034fb12f65376cfffc8ae4bfde3cda0a1e14407f82ffba1d26431703d" dependencies = [ "bitflags", "dashmap", "nonmax", + "oxc_allocator", + "oxc_ast_macros", "oxc_index", "oxc_span", "phf", @@ -651,9 +676,9 @@ dependencies = [ [[package]] name = "oxc_transformer" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33bf7e9bb3b5f711d626088d828428d0754d14a79629f27f3c5fc9035be447b" +checksum = "999c4d2409c3b306a24494b2e5058a098c51794a9d23f01838a68090c49b3434" dependencies = [ "dashmap", "indexmap", @@ -673,9 +698,9 @@ dependencies = [ [[package]] name = "oxc_traverse" -version = "0.22.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd175c87038baaad470973416ae9a271be36f6c0f8dffe76c0410838dabe5eda" +checksum = "b370ad3129e705e48afe55e5109a1828614ddc18253754bde7b3f4ad77c5a726" dependencies = [ "compact_str", "memoffset", @@ -894,18 +919,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" dependencies = [ "proc-macro2", "quote", @@ -914,11 +939,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.118" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] @@ -955,9 +981,9 @@ checksum = "e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c" [[package]] name = "syn" -version = "2.0.68" +version = "2.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" +checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6a0528b..a77655c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ license = "MIT" rust-version = "1.77" [workspace.dependencies] -oxc_allocator = { version = "0.22.0" } -oxc_codegen = { version = "0.22.0" } -oxc_parser = { version = "0.22.0" } -oxc_sourcemap = { version = "0.22.0" } -oxc_span = { version = "0.22.0" } -oxc_syntax = { version = "0.22.0" } -oxc_transformer = { version = "0.22.0" } +oxc_allocator = { version = "0.25.0" } +oxc_codegen = { version = "0.25.0" } +oxc_parser = { version = "0.25.0" } +oxc_sourcemap = { version = "0.25.0" } +oxc_span = { version = "0.25.0" } +oxc_syntax = { version = "0.25.0" } +oxc_transformer = { version = "0.25.0" } itertools = { version = "0.13.0" } tokio = { version = "1.38.0", features = ["rt-multi-thread"] }