From 00f2fa2e8fa79a26ba4e1a6f4c75efaeaf0cd12f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 04:04:11 +0000 Subject: [PATCH] chore(monorepo): update cargo pre-1.0 packages --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 655e5b1..95ef71c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,11 +111,11 @@ earthquake-tracing = { path = "./crates/earthquake-tracing" } earthquake-utils = { path = "./crates/earthquake-utils" } # Storm Software -storm-config = "0.27.4" +storm-config = "0.28.228" anyhow = "1.0.98" arcstr = { version = "1.2.0", default-features = false } -ariadne = { package = "rolldown-ariadne", version = "0.5.3" } +ariadne = { package = "rolldown-ariadne", version = "0.6.0" } async-channel = "2.5.0" async-scoped = { version = "0.9.0", features = ["use-tokio"] } async-trait = "0.1.89" @@ -140,7 +140,7 @@ nom = { version = "8.0.0", features = ["std"] } num_cpus = "1.17.0" rayon = "1.7.0" regex = "1.12.2" -regress = "0.10.5" +regress = "0.11.1" ropey = "1.6.1" rustc-hash = { version = "2.1.1" } schemars = "1.1.0" @@ -161,7 +161,7 @@ walkdir = "2.5.0" xxhash-rust = "0.8.15" # oxc crates with the same version -oxc = { version = "0.97.0", features = [ +oxc = { version = "0.134.0", features = [ "ast_visit", "transformer", "minifier", @@ -173,12 +173,12 @@ oxc = { version = "0.97.0", features = [ "regular_expression", "cfg" ] } -oxc_allocator = { version = "0.97.0", features = ["pool"] } -oxc_ecmascript = { version = "0.97.0" } -oxc_minify_napi = { version = "0.97.0" } -oxc_parser_napi = { version = "0.97.0" } -oxc_transform_napi = { version = "0.97.0" } -oxc_traverse = { version = "0.97.0" } +oxc_allocator = { version = "0.134.0", features = ["pool"] } +oxc_ecmascript = { version = "0.134.0" } +oxc_minify_napi = { version = "0.134.0" } +oxc_parser_napi = { version = "0.134.0" } +oxc_transform_napi = { version = "0.134.0" } +oxc_traverse = { version = "0.134.0" } # oxc crates in their own repos # Versions must be relaxed for usage in oxc.