Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit ee1e8aa

Browse files
committed
chore: bump deps for 0.10.1
1 parent fa778e9 commit ee1e8aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.10.0"
6+
version = "0.10.1"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["Zenith Contributors"]
@@ -12,13 +12,13 @@ repository = "https://github.com/init4tt/zenith"
1212
license = "AGPL-3.0"
1313

1414
[workspace.dependencies]
15-
alloy-primitives = { version = "=0.8.8", features = ["serde", "tiny-keccak"] }
16-
alloy-sol-types = { version = "=0.8.8", features = ["json"] }
15+
alloy-primitives = { version = "0.8", features = ["serde", "tiny-keccak"] }
16+
alloy-sol-types = { version = "0.8", features = ["json"] }
1717

1818
alloy-rlp = { version = "0.3.4" }
1919

20-
alloy = { version = "=0.5.2", features = ["full", "json-rpc", "signer-aws"] }
21-
alloy-contract = { version = "=0.5.2", features = ["pubsub"] }
20+
alloy = { version = "=0.5.4", features = ["full", "json-rpc", "signer-aws"] }
21+
alloy-contract = { version = "=0.5.4", features = ["pubsub"] }
2222

2323
aws-config = "1.1.7"
2424
aws-sdk-kms = "1.15.0"

0 commit comments

Comments
 (0)