From 3c45ea414f6ee79eedbce409aaa50077d3c3d25c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 18:51:13 +0300 Subject: [PATCH] fix(deps): update rust crate bytesize to 1.2.0 (#21) 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 5cf8f44..68d1631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ path = "src/test.rs" [dependencies] marine-rs-sdk = "0.7.1" -bytesize = "1.1.0" +bytesize = "1.2.0" [dev-dependencies] marine-rs-sdk-test = "0.9.1"