From ee1e8aaafe84ed2b093f1dd8785ece3559c71b99 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 24 Oct 2024 10:48:12 -0400 Subject: [PATCH] chore: bump deps for 0.10.1 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0570d6e..8d4f0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.10.0" +version = "0.10.1" edition = "2021" rust-version = "1.81" authors = ["Zenith Contributors"] @@ -12,13 +12,13 @@ repository = "https://github.com/init4tt/zenith" license = "AGPL-3.0" [workspace.dependencies] -alloy-primitives = { version = "=0.8.8", features = ["serde", "tiny-keccak"] } -alloy-sol-types = { version = "=0.8.8", features = ["json"] } +alloy-primitives = { version = "0.8", features = ["serde", "tiny-keccak"] } +alloy-sol-types = { version = "0.8", features = ["json"] } alloy-rlp = { version = "0.3.4" } -alloy = { version = "=0.5.2", features = ["full", "json-rpc", "signer-aws"] } -alloy-contract = { version = "=0.5.2", features = ["pubsub"] } +alloy = { version = "=0.5.4", features = ["full", "json-rpc", "signer-aws"] } +alloy-contract = { version = "=0.5.4", features = ["pubsub"] } aws-config = "1.1.7" aws-sdk-kms = "1.15.0"