Skip to content

Commit 43093ec

Browse files
committed
update alloy
1 parent 6b0b37a commit 43093ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/generator/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ edition = "2021"
498498
[dependencies]
499499
rindexer = {{ git = "https://github.com/joshstevens19/rindexer", branch = "master" {reth_dep}}}
500500
tokio = {{ version = "1", features = ["full"] }}
501-
alloy = {{ version = "1.0.41", features = ["full"] }}
501+
alloy = {{ version = "1.1.3", features = ["full"] }}
502502
serde = {{ version = "1.0", features = ["derive"] }}
503503
"#,
504504
project_name = manifest.name,

examples/rust_clickhouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
rindexer = { path = "../../core" }
88
tokio = { version = "1", features = ["full"] }
9-
alloy = { version = "1.0.41", features = ["full"] }
9+
alloy = { version = "1.1.3", features = ["full"] }
1010

1111
[features]
1212
reth = ["rindexer/reth"]

0 commit comments

Comments
 (0)