From 636e16f62076d0f7ad412b320a31dc481845e7f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:39:08 +0000 Subject: [PATCH] fix(deps): update rust crate bytesize to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6074079..34d053c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ path = "src/test.rs" [dependencies] marine-rs-sdk = "0.14.0" -bytesize = "1.3.0" +bytesize = "2.0.0" [dev-dependencies] marine-rs-sdk-test = "0.15.0"