From d96eea4fd9a9625a1c07509f97774080bbd0c77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 05:02:30 +0000 Subject: [PATCH] Bump humansize from 1.1.1 to 2.1.2 Bumps [humansize](https://github.com/LeopoldArkham/humansize) from 1.1.1 to 2.1.2. - [Release notes](https://github.com/LeopoldArkham/humansize/releases) - [Commits](https://github.com/LeopoldArkham/humansize/commits) --- updated-dependencies: - dependency-name: humansize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2d81d3..27effd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,9 +801,12 @@ checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" [[package]] name = "humansize" -version = "1.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026" +checksum = "4e682e2bd70ecbcce5209f11a992a4ba001fea8e60acf7860ce007629e6d2756" +dependencies = [ + "libm", +] [[package]] name = "hyper" @@ -1019,6 +1022,12 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "libm" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" + [[package]] name = "libsqlite3-sys" version = "0.9.3" diff --git a/Cargo.toml b/Cargo.toml index 25a1ed9..82bc920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ failure = "0.1.8" reqwest = { version = "0.11.5", features = ["blocking", "cookies", "json"] } serde_rusqlite = "0.14.0" mime = "0.3.16" -humansize = "1.1.1" +humansize = "2.1.2" unicode-segmentation = "1.9.0" toml = "0.5.9" directories = "4.0.1"