From 4e468fdf2403edafaaa5e5ce72c4d124b29e46ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:02:06 +0000 Subject: [PATCH] cargo: bump humansize from 2.1.2 to 2.1.3 Bumps [humansize](https://github.com/LeopoldArkham/humansize) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/LeopoldArkham/humansize/releases) - [Changelog](https://github.com/LeopoldArkham/humansize/blob/master/changelog.md) - [Commits](https://github.com/LeopoldArkham/humansize/commits) --- updated-dependencies: - dependency-name: humansize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33f9f9eda..afdbcc0ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,9 +1752,9 @@ dependencies = [ [[package]] name = "humansize" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e682e2bd70ecbcce5209f11a992a4ba001fea8e60acf7860ce007629e6d2756" +checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" dependencies = [ "libm", ]