From 7f8428c75dbb6a632821da789d7b7f481250caba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:35:35 +0100 Subject: [PATCH] chore(deps): bump byte-unit from 5.1.2 to 5.1.3 (#220) Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 5.1.2 to 5.1.3. - [Commits](https://github.com/magiclen/byte-unit/compare/v5.1.2...v5.1.3) --- 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 11d2988..89a8d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,9 +603,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "byte-unit" -version = "5.1.2" +version = "5.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d405b41420a161b4e1dd5a52e3349f41b4dae9a39be02aff1d67fe53256430ac" +checksum = "cbda27216be70d08546aa506cecabce0c5eb0d494aaaedbd7ec82c8ae1a60b46" dependencies = [ "rust_decimal", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6dd3dbb..87bbf62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ default-features = false features = ["toml", "yaml"] [dependencies.byte-unit] -version = "5.1.2" +version = "5.1.3" features = ["serde"] [dependencies.infer]