Skip to content

Commit

Permalink
chore(deps): bump boa (#4787)
Browse files Browse the repository at this point in the history
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
  • Loading branch information
mattsse and DaniPopes authored Sep 28, 2023
1 parent 50175f8 commit ec25f49
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 25 deletions.
78 changes: 58 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/revm/revm-inspectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ serde_json = { workspace = true, optional = true }
# js-tracing-inspector
boa_engine = { workspace = true, optional = true }
boa_gc = { workspace = true, optional = true }
# pin this until https://github.com/boa-dev/boa/issues/3299 is mitigated
icu_collections = "=1.2.0"
icu_provider_macros = "=1.2.0"
tinystr = "=0.7.1"

tokio = { version = "1", features = ["sync"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/revm/revm-inspectors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
issue_tracker_base_url = "https://github.com/paradigmxzy/reth/issues/"
)]
#![warn(missing_debug_implementations, missing_docs, unreachable_pub, rustdoc::all)]
#![deny(unused_must_use, rust_2018_idioms)]
#![deny(unused_must_use, rust_2018_idioms, unused_crate_dependencies)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

/// An inspector implementation for an EIP2930 Accesslist
Expand Down

0 comments on commit ec25f49

Please sign in to comment.