Skip to content

Commit 6b65562

Browse files
committed
fix: sync workspace dependency versions with updated package versions
- Update tap_core from 5.0.0 to 6.0.0 in workspace dependencies - Update tap_aggregator from 0.5.9 to 0.6.0 in workspace dependencies - Resolves CI build failures due to version mismatch between workspace and package versions Signed-off-by: Natanael Mojica <[email protected]>
1 parent d7b15af commit 6b65562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ serde = { version = "1.0.219", features = ["derive"] }
4545
serde_json = { version = "1.0.140", features = ["raw_value"] }
4646
strum = { version = "0.27.1", features = ["derive"] }
4747
rstest = "0.25.0"
48-
tap_aggregator = { version = "0.5.9", path = "tap_aggregator" }
48+
tap_aggregator = { version = "0.6.0", path = "tap_aggregator" }
4949
tap_eip712_message = { version = "0.2.2", path = "tap_eip712_message" }
50-
tap_core = { version = "5.0.0", path = "tap_core" }
50+
tap_core = { version = "6.0.0", path = "tap_core" }
5151
tap_graph = { version = "0.3.4", path = "tap_graph", features = ["v2"] }
5252
tap_receipt = { version = "1.1.3", path = "tap_receipt" }
5353
thegraph-core = "0.15.1"

0 commit comments

Comments
 (0)