From 8d5aad55853cd7048869f133b76c446bd943c475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:18:40 +0000 Subject: [PATCH] Bump generic-array from 0.13.2 to 0.13.3 in /src/rustyfunctions Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/0.13.3/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.13.2...0.13.3) --- updated-dependencies: - dependency-name: generic-array dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/rustyfunctions/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/rustyfunctions/Cargo.lock b/src/rustyfunctions/Cargo.lock index d49f353..0766840 100644 --- a/src/rustyfunctions/Cargo.lock +++ b/src/rustyfunctions/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ThreeDLineOfBestFit" version = "0.1.0" @@ -62,9 +64,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" +checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309" dependencies = [ "typenum", ]