Skip to content

Commit fc522f3

Browse files
authored
fix(examples-rust): use latest version of alloy (#794)
2 parents 35e59ac + 8f2f61b commit fc522f3

19 files changed

+1402
-602
lines changed

examples/developer-hub-rust/Cargo.lock

Lines changed: 670 additions & 532 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/developer-hub-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
alloy = { version = "0.2", features = ["full"] }
109
eyre = "0.6"
1110
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
1211
reqwest = { version = "0.11", features = ["json"] }
1312
serde = { version = "1.0", features = ["derive"] }
1413
serde_json = "1.0"
1514
hex = "0.4"
15+
alloy = "1.0.23"
1616

0 commit comments

Comments
 (0)