From df4c010bf441b41498d5f7012e71720e58af80af Mon Sep 17 00:00:00 2001 From: Simon Popugaev Date: Sat, 24 Feb 2024 04:18:54 +0300 Subject: [PATCH] update client --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tests/context.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e3b3b6..0a4d64e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,9 +815,9 @@ dependencies = [ [[package]] name = "golem-client" -version = "0.0.60" +version = "0.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53724dee78bac0a83d83e0eac7aca899b011950ba9fc76bcb109a845ff792b89" +checksum = "a4065eef9f11a5de373bbccda58c585123a745242a628e3cfba122094079cc34" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 614923d..2482016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "4.4.12", features = ["derive"] } clap-verbosity-flag = "2.1.1" derive_more = "0.99.17" futures-util = "0.3.30" -golem-client = "0.0.60" +golem-client = "0.0.62" golem-examples = "0.1.11" http = "1.0.0" indoc = "2.0.4" diff --git a/tests/context.rs b/tests/context.rs index e92e880..a8d7875 100644 --- a/tests/context.rs +++ b/tests/context.rs @@ -16,7 +16,7 @@ use std::path::PathBuf; use testcontainers::clients; const NETWORK: &str = "golem_test_network"; -const TAG: &str = "v0.0.60"; +const TAG: &str = "v0.0.62"; #[derive(Debug, Clone)] pub struct EnvConfig {