From 2b296737d21e0f1c4099d04cf25132461649c3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:38:51 +0000 Subject: [PATCH] Update oxc_resolver requirement from =11.16.0 to =11.16.2 Updates the requirements on [oxc_resolver](https://github.com/oxc-project/oxc-resolver) to permit the latest version. - [Release notes](https://github.com/oxc-project/oxc-resolver/releases) - [Changelog](https://github.com/oxc-project/oxc-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc-resolver/compare/v11.16.0...v11.16.2) --- updated-dependencies: - dependency-name: oxc_resolver dependency-version: 11.16.2 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..bc709f3 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -37,7 +37,7 @@ oxc = { version = "^0.103.0", optional = true, features = [ "codegen", "semantic", ] } -oxc_resolver = "=11.16.0" +oxc_resolver = "=11.16.2" thiserror = "*" itertools = "0.14.0" either = "1.15.0"