We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0b37a commit 43093ecCopy full SHA for 43093ec
2 files changed
core/src/generator/build.rs
@@ -498,7 +498,7 @@ edition = "2021"
498
[dependencies]
499
rindexer = {{ git = "https://github.com/joshstevens19/rindexer", branch = "master" {reth_dep}}}
500
tokio = {{ version = "1", features = ["full"] }}
501
-alloy = {{ version = "1.0.41", features = ["full"] }}
+alloy = {{ version = "1.1.3", features = ["full"] }}
502
serde = {{ version = "1.0", features = ["derive"] }}
503
"#,
504
project_name = manifest.name,
examples/rust_clickhouse/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
6
7
rindexer = { path = "../../core" }
8
tokio = { version = "1", features = ["full"] }
9
-alloy = { version = "1.0.41", features = ["full"] }
+alloy = { version = "1.1.3", features = ["full"] }
10
11
[features]
12
reth = ["rindexer/reth"]
0 commit comments