From ddbc8d8284bdce06036bfe7d2fc9855c0087dc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:43:06 +0000 Subject: [PATCH] Bump transpose from 0.2.2 to 0.2.3 in /rust Bumps [transpose](https://github.com/ejmahler/transpose) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/ejmahler/transpose/releases) - [Changelog](https://github.com/ejmahler/transpose/blob/master/RELEASES.md) - [Commits](https://github.com/ejmahler/transpose/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: transpose dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 40d864b..cf54b60 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -631,9 +631,9 @@ dependencies = [ [[package]] name = "transpose" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6522d49d03727ffb138ae4cbc1283d3774f0d10aa7f9bf52e6784c45daf9b23" +checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e" dependencies = [ "num-integer", "strength_reduce",