File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ serde = { version = "1.0.219", features = ["derive"] }
4545serde_json = { version = " 1.0.140" , features = [" raw_value" ] }
4646strum = { version = " 0.27.1" , features = [" derive" ] }
4747rstest = " 0.25.0"
48- tap_aggregator = { version = " 0.5.4 " , path = " tap_aggregator" }
49- tap_eip712_message = { version = " 0.2.1 " , path = " tap_eip712_message" }
50- tap_core = { version = " 4.1.2 " , path = " tap_core" }
51- tap_graph = { version = " 0.3.2 " , path = " tap_graph" , features = [" v2" ] }
52- tap_receipt = { version = " 1.1.2 " , path = " tap_receipt" }
48+ tap_aggregator = { version = " 0.5.8 " , path = " tap_aggregator" }
49+ tap_eip712_message = { version = " 0.2.2 " , path = " tap_eip712_message" }
50+ tap_core = { version = " 5.0.0 " , path = " tap_core" }
51+ tap_graph = { version = " 0.3.4 " , path = " tap_graph" , features = [" v2" ] }
52+ tap_receipt = { version = " 1.1.3 " , path = " tap_receipt" }
5353thegraph-core = " 0.15.1"
5454thiserror = " 2.0.12"
5555tokio = { version = " 1.44.2" , features = [" macros" , " signal" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_core"
3- version = " 4.1.4 "
3+ version = " 5.0.0 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
You can’t perform that action at this time.
0 commit comments