From f18cdc68937a8ab79ca33014f0538c48d20e272c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:29:47 +0000 Subject: [PATCH] Bump bumpalo from 3.8.0 to 3.12.0 in /demo/rust Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.8.0 to 3.12.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/compare/3.8.0...3.12.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- demo/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/rust/Cargo.lock b/demo/rust/Cargo.lock index 656fc52..fb67be3 100644 --- a/demo/rust/Cargo.lock +++ b/demo/rust/Cargo.lock @@ -45,9 +45,9 @@ checksum = "4858030de8b903a04389b217a74703471f013e14eb351a0458d020b1f3129f3d" [[package]] name = "bumpalo" -version = "3.8.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" +checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "bytemuck"