Skip to content

Commit c26e552

Browse files
authored
Merge pull request #242 from semiotic-ai/gusinacio/bump-deps
chore: bump alloy and tokio
2 parents ff856d9 + 2e4893d commit c26e552

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
@@ -9,10 +9,10 @@ license = "Apache-2.0"
99
repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
1010

1111
[workspace.dependencies]
12-
alloy = { version = "0.2.1", features = ["full"] }
12+
alloy = { version = "0.4.2", features = ["full"] }
1313
serde = { version = "1.0.163", features = ["derive"] }
1414
rstest = "0.22.0"
1515
anyhow = { version = "1.0.70", default-features = false }
16-
tokio = { version = "1.27.0", features = ["macros", "signal"] }
16+
tokio = { version = "1.40.0", features = ["macros", "signal"] }
1717
rand = "0.8.5"
1818
jsonrpsee = { version = "0.18.0", features = ["macros", "server"] }

0 commit comments

Comments
 (0)