Skip to content

Commit d6f0457

Browse files
committed
build: bump tap-core to 5.0.0
Signed-off-by: Joseph Livesey <[email protected]>
1 parent 73bb550 commit d6f0457

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 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.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" }
5353
thegraph-core = "0.15.1"
5454
thiserror = "2.0.12"
5555
tokio = { version = "1.44.2", features = ["macros", "signal"] }

tap_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_core"
3-
version = "4.1.4"
3+
version = "5.0.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)