From 4e3bbfde8cf16738be8e2de41326dfc66d05f97a Mon Sep 17 00:00:00 2001 From: Dean Srebnik <49134864+load1n9@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:08:15 -0400 Subject: [PATCH] chore: bump oxc -> 0.122 --- Cargo.toml | 36 ++++++++++++++++++------------------ rust-toolchain.toml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3f48fc97..906fb16f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,10 +16,10 @@ authors = ["The Nova Team"] [workspace.dependencies] ahash = "0.8.12" -clap = { version = "4.5.48", features = ["derive"] } -cliclack = "0.4.0" -console = "0.16.2" -ctrlc = "3.5.0" +clap = { version = "4.6.0", features = ["derive"] } +cliclack = "0.5.2" +console = "0.16.3" +ctrlc = "3.5.2" ecmascript_atomics = { version = "0.2.3" } fast-float = "0.2.0" hashbrown = "0.16.1" @@ -31,27 +31,27 @@ lexical = { version = "7.0.5", default-features = false, features = [ ] } num-bigint = "0.4.6" num-traits = "0.2.19" -oxc-miette = { version = "2.6.0", features = ["fancy"] } -oxc_allocator = "0.116.0" -oxc_ast = "0.116.0" -oxc_diagnostics = "0.116.0" -oxc_ecmascript = "0.116.0" -oxc_parser = "0.116.0" -oxc_regular_expression = "0.116.0" -oxc_semantic = "0.116.0" -oxc_span = "0.116.0" -oxc_syntax = "0.116.0" +oxc-miette = { version = "2.7.0", features = ["fancy"] } +oxc_allocator = "0.122.0" +oxc_ast = "0.122.0" +oxc_diagnostics = "0.122.0" +oxc_ecmascript = "0.122.0" +oxc_parser = "0.122.0" +oxc_regular_expression = "0.122.0" +oxc_semantic = "0.122.0" +oxc_span = "0.122.0" +oxc_syntax = "0.122.0" rand = "0.10.0" -regex = "1.12.2" +regex = "1.12.3" ryu-js = "1.0.2" soavec = "0.2.0" soavec_derive = "0.2.0" -sonic-rs = "0.5.6" -unicode-normalization = "0.1.24" +sonic-rs = "0.5.7" +unicode-normalization = "0.1.25" usdt = "0.6.0" wtf8 = "0.1" xsum = "0.1.6" -temporal_rs = "0.1.0" +temporal_rs = "0.2.0" [workspace.metadata.dylint] libraries = [{ path = "nova_lint" }] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cdeba7a2b..1a2165581 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.91.0" +channel = "1.92.0" components = ["rustfmt", "clippy"]