From f9dad880758235ca1bdfd8b6adf9111c6d3a3452 Mon Sep 17 00:00:00 2001 From: Simon Popugaev Date: Mon, 29 Jan 2024 08:31:40 +0300 Subject: [PATCH] client 0.0.59 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 572b67f..6b7cc69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "golem-client" -version = "0.0.57" +version = "0.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "084e9ed3619395d87b8dbf0ff1223d5a363de5d9d3b1044a2e5a7b07ad7a2bca" +checksum = "b17a0b43b18c50e128d848123b5bb39f21317d3a4420a1ebffb416db4d8bc305" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ea577c5..c3ab39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,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.57" +golem-client = "0.0.59" golem-examples = "0.1.10" http = "1.0.0" indoc = "2.0.4"