From 81f36c4b3eda95da3e4075ec2c9e371329e81cb7 Mon Sep 17 00:00:00 2001 From: morph <82043364+morph-dev@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:05:00 +0300 Subject: [PATCH] fix(verkle): update trin-verkle deps after rebase --- trin-verkle/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trin-verkle/Cargo.toml b/trin-verkle/Cargo.toml index 275cf3905..415d17483 100644 --- a/trin-verkle/Cargo.toml +++ b/trin-verkle/Cargo.toml @@ -24,4 +24,4 @@ tokio = {version = "1.14.0", features = ["full"]} tracing = "0.1.36" trin-storage = { path = "../trin-storage" } trin-validation = { path = "../trin-validation" } -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.13" }