deps: remove miette from oxc_ast

This commit is contained in:
Boshen 2023-04-27 22:03:36 +08:00
parent cd276c2850
commit 0cdcf03752
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -967,7 +967,6 @@ name = "oxc_ast"
version = "0.0.6"
dependencies = [
"bitflags 1.3.2",
"miette",
"num-bigint",
"ordered-float",
"oxc_allocator",

View file

@ -15,7 +15,6 @@ oxc_span = { workspace = true }
bitflags = { workspace = true }
thiserror = { workspace = true }
miette = { workspace = true }
rustc-hash = { workspace = true }
num-bigint = { workspace = true }
ordered-float = { workspace = true }