From 7986b446cb2a7900a70abd5e27ef913dbb242083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:13:46 +0000 Subject: [PATCH] Bump bumpalo from 3.10.0 to 3.11.1 Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.11.1. - [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.10.0...3.11.1) --- updated-dependencies: - dependency-name: bumpalo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lib/akari_common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16b404d0..d266f412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,9 +242,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.10.0" +version = "3.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" +checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" [[package]] name = "bytemuck" diff --git a/crates/lib/akari_common/Cargo.toml b/crates/lib/akari_common/Cargo.toml index 47943d0f..2112f191 100644 --- a/crates/lib/akari_common/Cargo.toml +++ b/crates/lib/akari_common/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later" [dependencies] bitflags = "1.3.2" -bumpalo = "3.9.1" +bumpalo = "3.11.1" bytemuck = {version = "1.7.*", features = ["derive"]} clap = "2.33.3" exr = "1.3.0"