From fca960871a2de38b0fa3fdaa05d2aca6d7c1c64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 04:14:01 +0000 Subject: [PATCH] Update humansize requirement from 1.1.0 to 2.1.2 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..7c1fe00b9 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.1.2", 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 }