Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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.
Expand Down
Loading