From b78a4f8e088a25b9735ca9fd34a019402caf8f69 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Fri, 20 Sep 2024 00:20:54 +0200 Subject: [PATCH] ya-client points to master now --- Cargo.lock | 4 ++-- Cargo.toml | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe19332ab..d014ad089 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8866,7 +8866,7 @@ dependencies = [ [[package]] name = "ya-client" version = "0.9.0" -source = "git+https://github.com/golemfactory/ya-client.git?rev=60327ddaaea289ecf45836c1e242e15855d71dc5#60327ddaaea289ecf45836c1e242e15855d71dc5" +source = "git+https://github.com/golemfactory/ya-client.git?rev=653e7ed3ff8836837b660a76e604055e167b1f2e#653e7ed3ff8836837b660a76e604055e167b1f2e" dependencies = [ "actix-codec", "awc", @@ -8890,7 +8890,7 @@ dependencies = [ [[package]] name = "ya-client-model" version = "0.6.0" -source = "git+https://github.com/golemfactory/ya-client.git?rev=60327ddaaea289ecf45836c1e242e15855d71dc5#60327ddaaea289ecf45836c1e242e15855d71dc5" +source = "git+https://github.com/golemfactory/ya-client.git?rev=653e7ed3ff8836837b660a76e604055e167b1f2e#653e7ed3ff8836837b660a76e604055e167b1f2e" dependencies = [ "bigdecimal 0.2.2", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index 4bbb25269..69c4bd1e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -279,8 +279,8 @@ ya-sb-proto = { version = "0.6.2" } ya-sb-util = { version = "0.5.1" } parking_lot = "0.12.3" mime = "0.3.17" -ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "60327ddaaea289ecf45836c1e242e15855d71dc5" } -ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "60327ddaaea289ecf45836c1e242e15855d71dc5" } +ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "653e7ed3ff8836837b660a76e604055e167b1f2e" } +ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "653e7ed3ff8836837b660a76e604055e167b1f2e" } ya-compile-time-utils.path = "utils/compile-time-utils" ya-manifest-utils = { path = "utils/manifest-utils" } @@ -316,9 +316,8 @@ ya-framework-basic.path = "test-utils/test-framework/framework-basic" ya-framework-mocks.path = "test-utils/test-framework/framework-mocks" [patch.crates-io] -## CLIENT -#ya-client = { git = "https://github.com/golemfactory/ya-client.git", branch = "kek/deploy-volumes" } -ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "60327ddaaea289ecf45836c1e242e15855d71dc5" } +ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "653e7ed3ff8836837b660a76e604055e167b1f2e" } +ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "653e7ed3ff8836837b660a76e604055e167b1f2e" } golem-certificate = { git = "https://github.com/golemfactory/golem-certificate.git", rev = "f2d7514c18fc066e9cfb796090b90f5b27cfe1c6" } ethereum-tx-sign = { git = "https://github.com/golemfactory/ethereum-tx-sign.git", rev = "1164c74187a9e2947faeaea7dde104c3cdec4195" } graphene-sgx = { git = " https://github.com/golemfactory/graphene-rust.git", rev = "dbd993ebad7f9190410ea390a589348479af6407" }