From 33ea99da64216899f7ab2778d117a18506d963dd Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:35:27 -0600 Subject: [PATCH] chore: bump uTP version to v0.1.0-alpha.12 (#1216) --- Cargo.lock | 2 +- Cargo.toml | 2 +- portalnet/Cargo.toml | 2 +- trin-beacon/Cargo.toml | 2 +- trin-history/Cargo.toml | 2 +- trin-state/Cargo.toml | 2 +- utp-testing/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef6301dbd..612798a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8072,7 +8072,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utp-rs" version = "0.1.0-alpha.8" -source = "git+https://github.com/ethereum/utp?tag=v0.1.0-alpha.11#37177d83e399f26f284676a7665929c65b246085" +source = "git+https://github.com/ethereum/utp?tag=v0.1.0-alpha.12#1dde17849dda4d07494d089517deea0c2954fae7" dependencies = [ "async-trait", "delay_map", diff --git a/Cargo.toml b/Cargo.toml index c4e068ca7..8edf57d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ trin-storage = { path = "trin-storage" } trin-utils = { path = "trin-utils" } trin-validation = { path = "trin-validation" } url = "2.3.1" -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } [dev-dependencies] ethers-core = { version = "2.0", default-features = false} diff --git a/portalnet/Cargo.toml b/portalnet/Cargo.toml index 679e5f2b9..200d73a43 100644 --- a/portalnet/Cargo.toml +++ b/portalnet/Cargo.toml @@ -49,7 +49,7 @@ trin-storage = { path = "../trin-storage" } trin-utils = { path = "../trin-utils" } trin-validation = { path = "../trin-validation" } url = "2.3.1" -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } validator = { version = "0.13.0", features = ["derive"] } [target.'cfg(windows)'.dependencies] diff --git a/trin-beacon/Cargo.toml b/trin-beacon/Cargo.toml index e3c861f8a..911d3519f 100644 --- a/trin-beacon/Cargo.toml +++ b/trin-beacon/Cargo.toml @@ -29,4 +29,4 @@ trin-metrics = { path = "../trin-metrics" } trin-storage = { path = "../trin-storage" } trin-validation = { path = "../trin-validation" } trin-utils = { path = "../trin-utils" } -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } diff --git a/trin-history/Cargo.toml b/trin-history/Cargo.toml index 0c815a7ae..91d3c01a8 100644 --- a/trin-history/Cargo.toml +++ b/trin-history/Cargo.toml @@ -28,7 +28,7 @@ trin-metrics = { path = "../trin-metrics" } trin-storage = { path = "../trin-storage" } trin-utils = { path = "../trin-utils" } trin-validation = { path = "../trin-validation" } -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } [dev-dependencies] env_logger = "0.9.0" diff --git a/trin-state/Cargo.toml b/trin-state/Cargo.toml index bdf195394..a41301f85 100644 --- a/trin-state/Cargo.toml +++ b/trin-state/Cargo.toml @@ -27,7 +27,7 @@ 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.11" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } [dev-dependencies] env_logger = "0.9.0" diff --git a/utp-testing/Cargo.toml b/utp-testing/Cargo.toml index f9452a035..a79b0a206 100644 --- a/utp-testing/Cargo.toml +++ b/utp-testing/Cargo.toml @@ -22,7 +22,7 @@ tracing = "0.1.36" tracing-subscriber = "0.3.15" trin-utils = { path = "../trin-utils" } tokio = {version = "1.14.0", features = ["full"]} -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.12" } [[bin]] name = "utp-test-app"