Skip to content

Commit

Permalink
[Achi] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasWent committed Aug 28, 2024
1 parent 3121b5b commit eaa855d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ exclude = [".github/", "scripts/", "test-data/"]

[workspace.dependencies]
alloy-chains = "0.1"
alloy-primitives = { version = "0.7", default-features = false, features = [
alloy-primitives = { version = "0.8", default-features = false, features = [
"std",
"serde",
] }
alloy-rpc-types-eth = "0.1"
alloy-eips = "0.1"
alloy-serde = "0.1"
alloy-rpc-types-eth = "0.3"
alloy-eips = "0.3"
alloy-serde = "0.3"

reqwest = { version = "0.12", default-features = false, features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/block-explorers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all-features = true

[dependencies]
alloy-chains.workspace = true
alloy-json-abi = { version = "0.7", default-features = false, features = [
alloy-json-abi = { version = "0.8", default-features = false, features = [
"std",
"serde_json",
] }
Expand Down

0 comments on commit eaa855d

Please sign in to comment.