From 3683405b4263278cbd626e4fbf213ddcce5ac93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:27:27 +0000 Subject: [PATCH] Update oxc requirement from 0.105.0 to 0.106.0 Updates the requirements on [oxc](https://github.com/oxc-project/oxc) to permit the latest version. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/compare/crates_v0.105.0...crates_v0.106.0) --- updated-dependencies: - dependency-name: oxc dependency-version: 0.106.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Cargo.toml b/modules/Cargo.toml index 2a3d92f..c120e8c 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -23,7 +23,7 @@ chrono-tz = { version = "0.10", default-features = false, optional = true } iana-time-zone = { version = "0.1", optional = true } # source -oxc = { version = "0.105.0", optional = true, features = [ +oxc = { version = "0.106.0", optional = true, features = [ "transformer", "codegen", "semantic",