diff --git a/Cargo.toml b/Cargo.toml index 870a4c9f..595b759d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol" [workspace.dependencies] -alloy = { version = "0.4.2", features = ["full"] } +alloy = { version = "0.5.4", features = ["full"] } serde = { version = "1.0.163", features = ["derive"] } rstest = "0.22.0" anyhow = { version = "1.0.89" }