From 261d6e7ba3a0547c66c2102611a51da144188eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 04:18:22 +0000 Subject: [PATCH] Update humansize requirement from 1.1.0 to 2.0.0 Updates the requirements on [humansize](https://github.com/LeopoldArkham/humansize) to permit the latest version. - [Release notes](https://github.com/LeopoldArkham/humansize/releases) - [Commits](https://github.com/LeopoldArkham/humansize/commits) --- updated-dependencies: - dependency-name: humansize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- askama_shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index e341b2e35..3d8f9ed44 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -18,7 +18,7 @@ yaml = ["serde", "serde_yaml"] [dependencies] askama_escape = { version = "0.10", path = "../askama_escape" } -humansize = { version = "1.1.0", optional = true } +humansize = { version = "2.0.0", optional = true } funty = "=1.1.0" # Temporary fix for bitvec, remove once fixed. (https://github.com/bitvecto-rs/bitvec/issues/105) nom = { version = "6", features = ["std"], default-features = false } num-traits = { version = "0.2.6", optional = true }