diff --git a/Cargo.lock b/Cargo.lock index 42b5f7d7..a1a42a16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2179ba839ac532f50279f5da2a6c5047f791f03f6f808b4dfab11327b97902f" +checksum = "94ee204a7795e56b8e78013f5824d6ea6e4da457a4aaf6c72e4800c4d4987fce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aec6f67bdc62aa277e0ec13c1b1fb396c8a62b65c8e9bd8c1d3583cc6d1a8dd3" +checksum = "a16df75c656be4465ab411b88c5ec6bae4931ce806834efbf375ca85b8db6f9a" dependencies = [ "alloy-consensus", "alloy-eips", @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "609515c1955b33af3d78d26357540f68c5551a90ef58fd53def04f2aa074ec43" +checksum = "fd8ce6197b2cc38968c80c676372f383ed46051fb8600a421b5259f3f2d13a15" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -162,9 +162,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498f2ee2eef38a6db0fc810c7bf7daebdf5f2fa8d04adb8bd53e54e91ddbdea3" +checksum = "3449fdd0908f50fb68eef8c43201d73d4ff51882b36e2adaadab277a7539ce4f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4235d79af20fe5583ca26096258fe9307571a345745c433cfd8c91b41aa2611e" +checksum = "4f09bac3a6651e3e9e292e946a1fc393128aa1a572254e2ff641e9911f024f61" dependencies = [ "alloy-consensus", "alloy-eips", @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2a9f64e0f69cfb6029e2a044519a1bdd44ce9fc334d5315a7b9837f7a6748e5" +checksum = "d9f96bc409dee49f68d70bf1303c3b34d7153e185dda75caa8b72919a28cd6ac" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4dba6ff08916bc0a9cbba121ce21f67c0b554c39cf174bc7b9df6c651bd3c3b" +checksum = "3fa2fc7f82a9884ff1632d2a2137d35fef4db9270c85668634a603be5948fcdc" dependencies = [ "alloy-primitives", "serde", @@ -2835,9 +2835,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "op-alloy-consensus" -version = "0.14.1" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f400404e37862bb974fbc3ad2d8ca2a2df286b718e762446496d04267ee912" +checksum = "74b855fc3db9e68b474d07aff91bbb8fec68a6d40816951dab1a311cfa45bc21" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2851,9 +2851,9 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types-engine" -version = "0.14.1" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e614936d3f113b8e3dd2724382bd8db6700bd48fcd1f4d62bef537f3be8f710e" +checksum = "342ec2f01eaef60728e358f44325d53e157256557a08cff0157c5a506014224a" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3535,8 +3535,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.3.11" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.3.11#e0e85aa10b98fa92d32c3e820c7ed2cee0b02931" +version = "1.3.12" +source = "git+https://github.com/paradigmxyz/reth.git?rev=cae744898775882fe99a24f4c3b2dbc27f88bd29#cae744898775882fe99a24f4c3b2dbc27f88bd29" dependencies = [ "alloy-rpc-types-engine", "http", diff --git a/Cargo.toml b/Cargo.toml index 90ecd328..90f2bbcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,11 @@ version = "0.1.0" edition = "2024" [dependencies] -op-alloy-rpc-types-engine = "0.14.1" -alloy-rpc-types-engine = "0.14.0" -alloy-rpc-types-eth = "0.14.0" -alloy-serde = "0.14.0" -alloy-eips = { version = "0.14.0", features = ["serde"], optional = true } +op-alloy-rpc-types-engine = "0.15.0" +alloy-rpc-types-engine = "0.15.5" +alloy-rpc-types-eth = "0.15.5" +alloy-serde = "0.15.5" +alloy-eips = { version = "0.15.5", features = ["serde"], optional = true } alloy-primitives = { version = "1.0.0", features = ["rand"] } tokio = { version = "1", features = ["full"] } tracing = "0.1.4" @@ -53,14 +53,14 @@ time = { version = "0.3.36", features = ["macros", "formatting", "parsing"], opt lazy_static = {version = "1.5.0", optional = true } [dev-dependencies] -op-alloy-consensus = "0.14.1" +op-alloy-consensus = "0.15.0" anyhow = "1.0" assert_cmd = "2.0.10" predicates = "3.1.2" tokio-util = { version = "0.7.13" } nix = "0.15.0" bytes = "1.2" -reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.3.11" } +reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth.git", rev = "cae744898775882fe99a24f4c3b2dbc27f88bd29" } ctor = "0.4.1" [features] diff --git a/src/tracing.rs b/src/tracing.rs index 90a45fc7..1c20bb67 100644 --- a/src/tracing.rs +++ b/src/tracing.rs @@ -1,5 +1,5 @@ use eyre::Context as _; -use metrics::{counter, histogram}; +use metrics::histogram; use opentelemetry::trace::{Status, TracerProvider as _}; use opentelemetry::{KeyValue, global}; use opentelemetry_otlp::WithExportConfig;