From d83741d14c98b114ed8b1fd0e795d292467dc76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:41:58 +0000 Subject: [PATCH] build(deps): bump num-rational from 0.4.0 to 0.4.1 (#31010) Bumps [num-rational](https://github.com/rust-num/num-rational) from 0.4.0 to 0.4.1. - [Changelog](https://github.com/rust-num/num-rational/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-rational/compare/num-rational-0.4.0...num-rational-0.4.1) --- updated-dependencies: - dependency-name: num-rational dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f34885849a..ffb2cec68a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4037,9 +4037,9 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" +checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", "num-integer",