diff --git a/common/Cargo.toml b/common/Cargo.toml index eaabc49a..876d1779 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -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" diff --git a/config/Cargo.toml b/config/Cargo.toml index adf568b8..999ae11f 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -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"] } diff --git a/tap-agent/Cargo.toml b/tap-agent/Cargo.toml index 16fb0b85..50ab7512 100644 --- a/tap-agent/Cargo.toml +++ b/tap-agent/Cargo.toml @@ -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"] }