Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 7f401d3

Browse files
authored
Batch update alloy deps (#1141)
1 parent c878c44 commit 7f401d3

3 files changed

Lines changed: 55 additions & 55 deletions

File tree

Cargo.lock

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ uniffi = { version = "0.31.1" }
121121
regex = { version = "1.12.3" }
122122

123123
alloy-primitives = { version = "1.6.0", features = ["k256"] }
124-
alloy-sol-types = { version = "1.5.7", features = ["eip712-serde"] }
125-
alloy-dyn-abi = { version = "1.5.7", features = ["eip712"] }
126-
alloy-json-abi = { version = "1.5.7" }
127-
alloy-signer = { version = "2.0.0" }
128-
alloy-signer-local = { version = "2.0.0" }
129-
alloy-network = { version = "2.0.0" }
130-
alloy-consensus = { version = "2.0.0" }
124+
alloy-sol-types = { version = "1.6.0", features = ["eip712-serde"] }
125+
alloy-dyn-abi = { version = "1.6.0", features = ["eip712"] }
126+
alloy-json-abi = { version = "1.6.0" }
127+
alloy-signer = { version = "2.0.5" }
128+
alloy-signer-local = { version = "2.0.5" }
129+
alloy-network = { version = "2.0.5" }
130+
alloy-consensus = { version = "2.0.5" }
131131
alloy-rlp = { version = "0.3.15" }
132132
jsonwebtoken = { version = "10.4.0", features = ["aws_lc_rs"] }
133133

crates/name_resolver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ borsh = { workspace = true }
1313
hex = { workspace = true }
1414
alloy-primitives = { workspace = true }
1515
alloy-sol-types = { workspace = true }
16-
alloy-ens = { version = "2.0.0" }
16+
alloy-ens = { version = "2.0.5" }
1717
gem_client = { path = "../gem_client", features = ["reqwest"] }
1818
gem_jsonrpc = { path = "../gem_jsonrpc", features = ["reqwest"] }
1919
idna = { version = "1.1.0" }

0 commit comments

Comments
 (0)