From 674105f205e391a307d06575befff44737b81599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:18:19 +0000 Subject: [PATCH] chore(deps): update rust crate oxc_resolver to v2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0450952..1902aec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,9 +697,9 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "1.12.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c20bb345f290c46058ba650fef7ca2b579612cf2786b927ebad7b8bec0845a7" +checksum = "9cf8bcda84674ae69228a823dcdb81eac9a398d99f1bbc1dbf00623009fc11c1" dependencies = [ "cfg-if", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 0276eb8..3226a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] napi = { version = "3.0.0-alpha", default-features = false, features = ["serde-json", "napi3"] } napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] } oxc = { version = "0.30", features = ["codegen", "transformer", "sourcemap_concurrent", "semantic"] } -oxc_resolver = "1" +oxc_resolver = "2" phf = "0.11" serde = { version = "1.0", features = ["derive"] } serde_json = "1"