chore(deps): bump boa + thiserror (#4234)

This commit is contained in:
Matthias Seitz
2023-08-16 18:28:13 +02:00
committed by GitHub
parent 7a922a6ed0
commit 6edbc0eeaf
3 changed files with 39 additions and 18 deletions

View File

@@ -18,8 +18,8 @@ revm.workspace = true
hashbrown = "0.13"
serde = { workspace = true, features = ["derive"] }
thiserror = {version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
thiserror = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
# js-tracing-inspector
boa_engine = { git = "https://github.com/boa-dev/boa", optional = true }