Skip to content

Commit 41fb094

Browse files
committed
chore: update deps
1 parent 9fd4beb commit 41fb094

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "Apache-2.0"
1616
repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
1717

1818
[workspace.dependencies]
19-
alloy = { version = "0.9.2", features = ["full"] }
19+
alloy = { version = "0.11.0", features = ["full"] }
2020
serde = { version = "1.0.217", features = ["derive"] }
2121
rstest = "0.24.0"
2222
anyhow = { version = "1.0.95" }

tap_core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ alloy.workspace = true
1212
anyhow.workspace = true
1313
async-trait = "0.1.85"
1414
rand.workspace = true
15-
serde.workspace = true
1615
thiserror.workspace = true
1716
tokio.workspace = true
1817
tap_receipt = { version = "0.1.0", path = "../tap_receipt" }

tap_graph/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = "The Graph TAP receipt structs"
1010
alloy.workspace = true
1111
serde.workspace = true
1212
rand.workspace = true
13-
thiserror.workspace = true
1413
tap_eip712_message = { version = "0.1.0", path = "../tap_eip712_message" }
1514
tap_receipt = { version = "0.1.0", path = "../tap_receipt" }
1615

0 commit comments

Comments
 (0)