From 58e78f67cad64951b45b537466e7871c53f3c551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Wed, 29 Nov 2023 14:11:32 +0100 Subject: [PATCH] update for ya-relay-client --- Cargo.lock | 22 +++++++++++----------- core/net/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61da7f9e34..96e76da943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4685,7 +4685,7 @@ checksum = "1fa3d084c8704911bfefb2771be2f9b6c5c0da7343a71e0021ee3c665cada738" dependencies = [ "bytes 1.4.0", "heck 0.4.1", - "itertools 0.11.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -4732,7 +4732,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "065717a5dfaca4a83d2fe57db3487b311365200000551d7a364e715dbf4346bc" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.32", @@ -8479,7 +8479,7 @@ dependencies = [ [[package]] name = "ya-relay-client" version = "0.6.0" -source = "git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c#3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" +source = "git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a#785c9c4271f514d47fe18018efb9438007ae611a" dependencies = [ "anyhow", "async-trait", @@ -8503,13 +8503,13 @@ dependencies = [ "ya-packet-trace 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ya-relay-core", "ya-relay-proto", - "ya-relay-stack 0.5.0 (git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c)", + "ya-relay-stack 0.5.0 (git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a)", ] [[package]] name = "ya-relay-core" version = "0.4.0" -source = "git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c#3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" +source = "git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a#785c9c4271f514d47fe18018efb9438007ae611a" dependencies = [ "anyhow", "chrono", @@ -8533,13 +8533,13 @@ dependencies = [ "uuid 0.8.2", "ya-client-model", "ya-relay-proto", - "ya-relay-stack 0.5.0 (git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c)", + "ya-relay-stack 0.5.0 (git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a)", ] [[package]] name = "ya-relay-proto" version = "0.4.2" -source = "git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c#3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" +source = "git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a#785c9c4271f514d47fe18018efb9438007ae611a" dependencies = [ "anyhow", "bytes 1.4.0", @@ -8553,13 +8553,13 @@ dependencies = [ "thiserror", "tokio", "tokio-util", - "ya-relay-util 0.1.0 (git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c)", + "ya-relay-util 0.1.0 (git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a)", ] [[package]] name = "ya-relay-stack" version = "0.5.0" -source = "git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c#3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" +source = "git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a#785c9c4271f514d47fe18018efb9438007ae611a" dependencies = [ "derive_more", "futures 0.3.28", @@ -8573,7 +8573,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "ya-relay-util 0.1.0 (git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c)", + "ya-relay-util 0.1.0 (git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a)", ] [[package]] @@ -8609,7 +8609,7 @@ dependencies = [ [[package]] name = "ya-relay-util" version = "0.1.0" -source = "git+https://github.com/golemfactory/ya-relay.git?rev=3763496ccacb0709f6e2863b9efb3fbf6e97cb8c#3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" +source = "git+https://github.com/golemfactory/ya-relay.git?rev=785c9c4271f514d47fe18018efb9438007ae611a#785c9c4271f514d47fe18018efb9438007ae611a" dependencies = [ "bytes 1.4.0", "derive_more", diff --git a/core/net/Cargo.toml b/core/net/Cargo.toml index 53ea80f17b..0d51a93bab 100644 --- a/core/net/Cargo.toml +++ b/core/net/Cargo.toml @@ -18,7 +18,7 @@ packet-trace-enable = [ ya-client-model = "0.5" ya-core-model = { version = "^0.9", features = ["net", "identity"] } -ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" } +ya-relay-client = { workspace = true } #ya-relay-client = "0.6" #ya-relay-client = { path = "../../../ya-relay/client" }