From 76a97f1242ce0a178431a97f66df741dd8f6bec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:38:38 +0000 Subject: [PATCH] Update oxc requirement from ^0.103.0 to ^0.108.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.103.0...crates_v0.105.0) --- updated-dependencies: - dependency-name: oxc dependency-version: 0.105.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 beda3a2..4dc67dc 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -32,7 +32,7 @@ chrono-tz = { version = "0.10", default-features = false, optional = true } iana-time-zone = { version = "0.1", optional = true } # source -oxc = { version = "^0.103.0", optional = true, features = [ +oxc = { version = "^0.108.0", optional = true, features = [ "transformer", "codegen", "semantic",