From 454ed4059b183e18422c4d29d757accc56efa39f Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Wed, 11 Dec 2024 15:37:16 +0100 Subject: [PATCH] chore(deps): update rust crate alloy to v0.8 Signed-off-by: Lorenzo Delgado --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1e060d..c5d5831 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.7", features = ["full"] } +alloy = { version = "0.8", features = ["full"] } serde = { version = "1.0.163", features = ["derive"] } rstest = "0.22.0" anyhow = { version = "1.0.89" }