From 22612debe0421057e6fcb143b9a8969ba439cfb6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 08:12:18 +0000 Subject: [PATCH] build(deps): bump muldiv from 0.2.0 to 0.2.1 Bumps [muldiv](https://github.com/sdroege/rust-muldiv) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/sdroege/rust-muldiv/releases) - [Changelog](https://github.com/sdroege/rust-muldiv/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdroege/rust-muldiv/compare/0.2.0...0.2.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc4cbada2ee..579b4e6332c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3504,9 +3504,9 @@ dependencies = [ [[package]] name = "muldiv" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "451a9a05d2a32c566c897835e0ea95cf79ed2fdfe957924045a1721a36c9980f" +checksum = "0419348c027fa7be448d2ae7ea0e4e04c2334c31dc4e74ab29f00a2a7ca69204" [[package]] name = "naga"