From f94af548f8e8e724e061d20e43fc30aeade84340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:17:20 +0000 Subject: [PATCH] fix(deps): update rust crate fraction to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb6830..ffe8139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["command-line-interface"] [dependencies] cached = "0.43.0" -fraction = { version = "0.13.1", default-features = false } +fraction = { version = "0.15.0", default-features = false } lazy_static = "1.4.0" lru = "0.10.0" maplit = "1.0.2"