diff --git a/Cargo.lock b/Cargo.lock index 0c531fd8f..30cf5cbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,6 @@ name = "oxc_ast" version = "0.0.6" dependencies = [ "bitflags 1.3.2", - "miette", "num-bigint", "ordered-float", "oxc_allocator", diff --git a/crates/oxc_ast/Cargo.toml b/crates/oxc_ast/Cargo.toml index 32f3d8f12..dd9a69ced 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -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 }