From 86bede6e4ef5d2ef01355294cede97634cea7cc3 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Wed, 3 Apr 2024 19:52:01 +0400 Subject: [PATCH] chore: bump alloy-core (#39) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 74cbb95..a935d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ all-features = true [dependencies] alloy-chains = "0.1" -alloy-json-abi = { version = "0.6", default-features = false, features = ["std", "serde_json"] } -alloy-primitives = { version = "0.6", default-features = false, features = ["std", "serde"] } +alloy-json-abi = { version = "0.7", default-features = false, features = ["std", "serde_json"] } +alloy-primitives = { version = "0.7", default-features = false, features = ["std", "serde"] } reqwest = { version = "0.12", default-features = false, features = ["json"] } serde = { version = "1.0", features = ["derive"] }