From da277cd51029aa8ecf85f69790914c929e96a36a Mon Sep 17 00:00:00 2001 From: James Date: Mon, 27 Jan 2025 15:03:54 -0500 Subject: [PATCH] v0.14.0 - alloy 0.9.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50d0f6f..27fefdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "zenith-types" description = "Types for the zenith smart contracts" -version = "0.13.0" +version = "0.14.0" edition = "2021" rust-version = "1.82" authors = ["Zenith Contributors"] @@ -11,7 +11,7 @@ repository = "https://github.com/init4tech/zenith" license = "AGPL-3.0" [dependencies] -alloy = { version = "=0.7.3", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] } +alloy = { version = "=0.9.2", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] } serde = { version = "1.0.197", features = ["derive"] }