diff --git a/Cargo.lock b/Cargo.lock index b31437c9e..5d3e346cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8073,7 +8073,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.10#6001fefa4e2bddb8437dfd0049758381c3e131f5" +source = "git+https://github.com/ethereum/utp?tag=v0.1.0-alpha.11#37177d83e399f26f284676a7665929c65b246085" dependencies = [ "async-trait", "delay_map 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index 754bd2188..2fc5b4e03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,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.10" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } [dev-dependencies] ethers-core = { version = "2.0", default-features = false} diff --git a/portalnet/Cargo.toml b/portalnet/Cargo.toml index b92ed089f..f9afd4785 100644 --- a/portalnet/Cargo.toml +++ b/portalnet/Cargo.toml @@ -48,7 +48,7 @@ trin-utils = { path = "../trin-utils" } trin-validation = { path = "../trin-validation" } validator = { version = "0.13.0", features = ["derive"] } url = "2.3.1" -utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.10" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } tokio-stream = { version = "0.1.14", features = ["sync"] } [target.'cfg(windows)'.dependencies] diff --git a/trin-beacon/Cargo.toml b/trin-beacon/Cargo.toml index b33f5611a..709b60e65 100644 --- a/trin-beacon/Cargo.toml +++ b/trin-beacon/Cargo.toml @@ -30,4 +30,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.10" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } diff --git a/trin-history/Cargo.toml b/trin-history/Cargo.toml index 5890d5268..aefa6e760 100644 --- a/trin-history/Cargo.toml +++ b/trin-history/Cargo.toml @@ -29,7 +29,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.10" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } [dev-dependencies] env_logger = "0.9.0" diff --git a/utp-testing/Cargo.toml b/utp-testing/Cargo.toml index 75f248b15..f9452a035 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.10" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" } [[bin]] name = "utp-test-app"