From 6aaabe4143adf433f6c3dbdb4e3fcfdf561e4ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:20:51 +0000 Subject: [PATCH] build(deps): bump num-rational from 0.4.1 to 0.4.2 (#32260) Bumps [num-rational](https://github.com/rust-num/num-rational) from 0.4.1 to 0.4.2. - [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.1...num-rational-0.4.2) --- 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ee0253848d..28e55ae4851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4131,11 +4131,10 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "autocfg", "num-integer", "num-traits", ]