From 171e597cc92eb9a05e581683a3063d341da36f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:31:04 +0000 Subject: [PATCH] Bump bumpalo from 3.2.0 to 3.10.0 in /src/rustyfunctions Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.2.0 to 3.10.0. - [Release notes](https://github.com/fitzgen/bumpalo/releases) - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/commits) --- updated-dependencies: - dependency-name: bumpalo 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..f761a29 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" @@ -40,9 +42,9 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "bumpalo" -version = "3.2.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" +checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] name = "cfg-if"