We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff856d9 + 2e4893d commit c26e552Copy full SHA for c26e552
Cargo.toml
@@ -9,10 +9,10 @@ license = "Apache-2.0"
9
repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
10
11
[workspace.dependencies]
12
-alloy = { version = "0.2.1", features = ["full"] }
+alloy = { version = "0.4.2", features = ["full"] }
13
serde = { version = "1.0.163", features = ["derive"] }
14
rstest = "0.22.0"
15
anyhow = { version = "1.0.70", default-features = false }
16
-tokio = { version = "1.27.0", features = ["macros", "signal"] }
+tokio = { version = "1.40.0", features = ["macros", "signal"] }
17
rand = "0.8.5"
18
jsonrpsee = { version = "0.18.0", features = ["macros", "server"] }
0 commit comments