From b6a78697aaf2c415faa65500c72522a42d7bff21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:44:24 +0000 Subject: [PATCH] Bump bumpalo from 3.6.1 to 3.16.0 in /modules/ring Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.6.1 to 3.16.0. - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.6.1...3.16.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- modules/ring/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/ring/Cargo.lock b/modules/ring/Cargo.lock index d5c46e65..573b4993 100644 --- a/modules/ring/Cargo.lock +++ b/modules/ring/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "autocfg" version = "1.0.1" @@ -19,9 +21,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.6.1" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "cc"