From b75494d6f6cdb6b2a241a3956f108048ad73bae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:15:03 +0000 Subject: [PATCH] chore(deps): update alloy-rs core types monorepo to 0.7 --- common/Cargo.toml | 4 ++-- config/Cargo.toml | 2 +- tap-agent/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 02514b4c..9321f25b 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0-rc.4" 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 b668c534..8606726c 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"] }