From 24437a41b8549347b28e8127cc53782dc687c17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:50:59 +0000 Subject: [PATCH] Bump fraction from 0.14.0 to 0.15.0 Bumps [fraction](https://github.com/dnsl48/fraction) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/dnsl48/fraction/releases) - [Changelog](https://github.com/dnsl48/fraction/blob/master/CHANGELOG.md) - [Commits](https://github.com/dnsl48/fraction/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: fraction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c85b8aa..b7ef4e44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,9 +364,9 @@ dependencies = [ [[package]] name = "fraction" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59a78dd758a47a7305478e0e054f9fde4e983b9f9eccda162bf7ca03b79e9d40" +checksum = "864d054a996544d325470be9db9ff3be18319e568ad90b3b59f1b8bea046ab2f" dependencies = [ "lazy_static 1.4.0", "num", diff --git a/Cargo.toml b/Cargo.toml index b48b5171..91fca8d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ required-features = ["benchmark"] [dependencies] brotli = "3.4.0" compact_str = "0.7.1" -fraction = "0.14.0" +fraction = "0.15.0" include_dir = "0.7.3" itertools = "0.12.0" maplit = "1.0.2"