From a806af9a4177e0f637aed30621bbb2ef725a6315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:35:55 +0100 Subject: [PATCH] chore(deps): bump byte-unit from 5.0.3 to 5.0.4 (#206) Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 5.0.3 to 5.0.4. - [Commits](https://github.com/magiclen/byte-unit/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: byte-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ee01b5..57cdbaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -556,9 +556,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "byte-unit" -version = "5.0.3" +version = "5.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc40af92e0f7f964b7ab1ebc81315cce78fc484802d534143321c956f58d7be3" +checksum = "3b5d3e0076fe99e4739fb5dc79407eb5a3ac1b3aaec14f294eef66ca836009d8" dependencies = [ "rust_decimal", "serde", diff --git a/Cargo.toml b/Cargo.toml index 167a4d2..13aba6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ default-features = false features = ["toml", "yaml"] [dependencies.byte-unit] -version = "5.0.3" +version = "5.0.4" features = ["serde"] [dependencies.infer]