From 7f13c5c0ca5feb6f3dd65cbe2ad72ded7841128e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Tue, 21 Nov 2023 12:01:33 +0100 Subject: [PATCH] ya-relay-client update, oveflow bug on 1 core machine --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34f3804006..2d7febed74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6103,7 +6103,7 @@ version = "0.5.1" source = "git+https://github.com/tworec/serial_test.git?branch=actix_rt_test#6a9176a54cab7e3682a05dbac3741812b221a8c5" dependencies = [ "lazy_static", - "parking_lot 0.11.2", + "parking_lot 0.10.2", "serial_test_derive 0.5.1", ] @@ -7455,7 +7455,7 @@ checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a" dependencies = [ "bitflags 1.3.2", "chrono", - "rustc_version 0.4.0", + "rustc_version 0.2.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2e3c69bdcd..74ce9f10a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -224,7 +224,7 @@ trust-dns-resolver = "0.22" libsqlite3-sys = { version = "0.26.0", features = ["bundled"] } ya-relay-stack = { git = "https://github.com/golemfactory/ya-relay.git", rev = "c92a75b0cf062fcc9dbb3ea2a034d913e5fad8e5" } -ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "0e406c78f9e1ba5f156f8d157025b93617804bef" } +ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3763496ccacb0709f6e2863b9efb3fbf6e97cb8c" } [patch.crates-io]