From 1c101f30548004b33d77f3eb4b1b536efb44f102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:20:08 +0000 Subject: [PATCH] build(deps): update byte-unit requirement from 4.0.14 to 5.0.3 Updates the requirements on [byte-unit](https://github.com/magiclen/byte-unit) to permit the latest version. - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.14...v5.0.3) --- updated-dependencies: - dependency-name: byte-unit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b40e33..245882d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ uuid = { version = "1.1.2", features = ["v4", "fast-rng"] } futures = "0.3.21" zbus = "3.0.0" zbus_names = "2.1.0" -byte-unit = "4.0.14" +byte-unit = "5.0.3" thiserror = "1.0" [dev-dependencies]