From 2902abcae469b1eedfa9c638d50f5ce0b4bd1220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 17:50:38 +0000 Subject: [PATCH] chore(deps): bump bumpalo Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 to 3.13.0. - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.9.1...3.13.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/_examples/program/101/accounts/program/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_examples/program/101/accounts/program/Cargo.lock b/docs/_examples/program/101/accounts/program/Cargo.lock index 84a079ea..9136416b 100644 --- a/docs/_examples/program/101/accounts/program/Cargo.lock +++ b/docs/_examples/program/101/accounts/program/Cargo.lock @@ -172,9 +172,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bumpalo" -version = "3.9.1" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" +checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "bv"