mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore(deps): bump boa + thiserror (#4234)
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user