From 0a8419bb1398eafbb18779920f1e61d536a0c116 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 25 May 2024 20:38:35 -0700 Subject: [PATCH] update client to 1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e29ba8a1..12d670305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" } [workspace.dependencies] # LOCAL -monitor_client = "1.5.0" +monitor_client = "1.5.1" periphery_client = { path = "client/periphery/rs" } logger = { path = "lib/logger" }