Skip to content

Commit 9844f3c

Browse files
authored
Merge pull request #299 from semiotic-ai/suchapalaver/bump-workspace-crate-versions
fix(Cargo.toml): bump workspace crate versions
2 parents 8b11cb4 + 9f34229 commit 9844f3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ 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.2", path = "tap_aggregator" }
48+
tap_aggregator = { version = "0.5.3", path = "tap_aggregator" }
4949
tap_eip712_message = { version = "0.2.1", path = "tap_eip712_message" }
50-
tap_core = { version = "4.1.1", path = "tap_core" }
51-
tap_graph = { version = "0.3.1", path = "tap_graph", features = ["v2"] }
52-
tap_receipt = { version = "1.1.1", path = "tap_receipt" }
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" }
5353
thegraph-core = "0.15.0"
5454
thiserror = "2.0.12"
5555
tokio = { version = "1.44.2", features = ["macros", "signal"] }

0 commit comments

Comments
 (0)