Skip to content

Commit

Permalink
chore(deps): update alloy-rs core types monorepo to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent a0efd63 commit 66bf4f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy-primitives = { version = "0.6", features = ["serde"] }
alloy-sol-types = "0.6"
alloy-primitives = { version = "0.7", features = ["serde"] }
alloy-sol-types = "0.7"
anyhow = "1.0.75"
arc-swap = "1.6.0"
ethers = "2.0.10"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0-rc.3"
edition = "2021"

[dependencies]
alloy-primitives = "0.6"
alloy-primitives = "0.7"
bigdecimal = { version = "0.4.3", features = ["serde"] }
bip39 = "2.0.0"
figment = { version = "0.10.19", features = ["env", "toml"] }
Expand Down
4 changes: 2 additions & 2 deletions tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name = "indexer-tap-agent"
path = "src/main.rs"

[dependencies]
alloy-primitives = "0.6"
alloy-sol-types = "0.6"
alloy-primitives = "0.7"
alloy-sol-types = "0.7"
anyhow = "1.0.72"
async-trait = "0.1.72"
bigdecimal = { version = "0.4.2", features = ["serde", "string-only"] }
Expand Down

0 comments on commit 66bf4f7

Please sign in to comment.