Skip to content

Commit

Permalink
chore: bump alloy to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 21, 2024
1 parent c7af58c commit 097c34f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.9.1"
version = "0.10.0"
edition = "2021"
rust-version = "1.76"
authors = ["Zenith Contributors"]
Expand All @@ -17,8 +17,8 @@ alloy-sol-types = { version = "=0.8.8", features = ["json"] }

alloy-rlp = { version = "0.3.4" }

alloy = { version = "=0.4.2", features = ["full", "json-rpc", "signer-aws"] }
alloy-contract = { version = "=0.4.2", features = ["pubsub"] }
alloy = { version = "=0.5.2", features = ["full", "json-rpc", "signer-aws"] }
alloy-contract = { version = "=0.5.2", features = ["pubsub"] }

aws-config = "1.1.7"
aws-sdk-kms = "1.15.0"
Expand Down

0 comments on commit 097c34f

Please sign in to comment.