From 0008457c777af8576f79bb18e3957ba96d255310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:51:40 -0700 Subject: [PATCH] Bump bumpalo from 3.10.0 to 3.14.0 in /mm0-rs (#132) Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.14.0. - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.14.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mm0-rs/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm0-rs/Cargo.lock b/mm0-rs/Cargo.lock index bbdfbdd2..d9e44db2 100644 --- a/mm0-rs/Cargo.lock +++ b/mm0-rs/Cargo.lock @@ -105,9 +105,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.10.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" +checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "byteorder"