diff --git a/Cargo.lock b/Cargo.lock index 126a71f28..fa1ab6743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1857,9 +1857,9 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "0.6.2" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ac76a705bf7db9d1e43904ed4704039de8fa654b0f613cc729c09bb67fd89f6" +checksum = "8c9cab435ba03dc1974c54e8721313a4d4945af7afaa3882c8eee66e31711da7" dependencies = [ "dashmap", "dunce", diff --git a/crates/oxc_linter/Cargo.toml b/crates/oxc_linter/Cargo.toml index 87e2fe47b..691c2929f 100644 --- a/crates/oxc_linter/Cargo.toml +++ b/crates/oxc_linter/Cargo.toml @@ -28,7 +28,7 @@ oxc_macros = { workspace = true } oxc_semantic = { workspace = true } oxc_syntax = { workspace = true } oxc_formatter = { workspace = true } -oxc_resolver = { version = "0.6.2" } +oxc_resolver = { version = "1.0.1" } rayon = { workspace = true } lazy_static = { workspace = true } # used in oxc_macros