From 47b4a2dd13bbbfcc8994db816b1df7f542336a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:58:02 +0000 Subject: [PATCH] Bump oxc_resolver from 11.18.0 to 11.19.0 Bumps [oxc_resolver](https://github.com/oxc-project/oxc-resolver) from 11.18.0 to 11.19.0. - [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.18.0...v11.19.0) --- updated-dependencies: - dependency-name: oxc_resolver dependency-version: 11.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight-js/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20be0a4..98714cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2415,9 +2415,9 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "11.18.0" +version = "11.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e0792c2256558ef3587dbe324d13c5436181c45553cf494bcf9583612a81c8" +checksum = "9e80d8d09f2231a841bbc0d4c8ee91b8542fa1f74f6e02c43161d394415577cc" dependencies = [ "cfg-if", "compact_str", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index fa2ccc0..d76bf15 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -19,7 +19,7 @@ fn-traits = "0.2.0" hyperlight-host = { workspace = true } hyperlight-js-runtime = { workspace = true } metrics = "0.24.3" -oxc_resolver = "11.18.0" +oxc_resolver = "11.19.0" phf = { version = "0.13", features = ["macros"] } serde = { version = "1.0" } serde_json = { version = "1.0" }