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"