From 4a7149ee2ce47e45f9f6334746b3791d5a0ad6d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:17:56 +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"