diff --git a/Cargo.lock b/Cargo.lock index eac9a10ab149..a97bd5adac08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2648,9 +2648,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "oxc_resolver" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7fe4d07afdfcf6b1d7fb952e6691d82692a54b71964a377cf49f3e47dac283d" +checksum = "6c20bb345f290c46058ba650fef7ca2b579612cf2786b927ebad7b8bec0845a7" dependencies = [ "cfg-if", "dashmap 6.1.0", diff --git a/Cargo.toml b/Cargo.toml index ff68ec4725f7..7d3a99c4d194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,7 @@ ignore = "0.4.23" indexmap = { version = "2.5.0", features = ["serde"] } insta = "1.40.0" natord = "1.0.9" -oxc_resolver = "1.11.0" +oxc_resolver = "1.12.0" proc-macro2 = "1.0.86" quickcheck = "1.0.3" quickcheck_macros = "1.0.0"