Skip to content

Commit eb049a5

Browse files
committed
build: bump tap-aggregator to 0.5.9
Signed-off-by: Joseph Livesey <[email protected]>
1 parent d6f0457 commit eb049a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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.8", path = "tap_aggregator" }
48+
tap_aggregator = { version = "0.5.9", path = "tap_aggregator" }
4949
tap_eip712_message = { version = "0.2.2", path = "tap_eip712_message" }
5050
tap_core = { version = "5.0.0", path = "tap_core" }
5151
tap_graph = { version = "0.3.4", path = "tap_graph", features = ["v2"] }

tap_aggregator/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_aggregator"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)