From cac0f63bbc77ba0a93b56da09d7d2565e2841087 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:22:47 +0300 Subject: [PATCH] fix(deps): update rust crate bytesize to 1.3.0 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 534081fa..afb7451c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ path = "src/test.rs" [dependencies] marine-rs-sdk = "0.9.0" -bytesize = "1.2.0" +bytesize = "1.3.0" [dev-dependencies] marine-rs-sdk-test = "0.10.2"