File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license = "Apache-2.0"
1616repository = " 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" ] }
2020serde = { version = " 1.0.217" , features = [" derive" ] }
2121rstest = " 0.24.0"
2222anyhow = { version = " 1.0.95" }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ alloy.workspace = true
1212anyhow.workspace = true
1313async-trait = " 0.1.85"
1414rand.workspace = true
15- serde.workspace = true
1615thiserror.workspace = true
1716tokio.workspace = true
1817tap_receipt = { version = " 0.1.0" , path = " ../tap_receipt" }
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ description = "The Graph TAP receipt structs"
1010alloy.workspace = true
1111serde.workspace = true
1212rand.workspace = true
13- thiserror.workspace = true
1413tap_eip712_message = { version = " 0.1.0" , path = " ../tap_eip712_message" }
1514tap_receipt = { version = " 0.1.0" , path = " ../tap_receipt" }
1615
You can’t perform that action at this time.
0 commit comments