chore(linter): bump oxc_resolver to v1.0.1

This commit is contained in:
Boshen 2023-12-21 16:43:27 +08:00
parent da67fe1ca2
commit 82dc4035eb
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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