From 36a5def4cb99b77f563cf8f4f1bafe8170756c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:03:30 +0000 Subject: [PATCH] build(deps): bump bumpalo from 3.20.1 to 3.20.2 Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.20.1 to 3.20.2. - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: bumpalo dependency-version: 3.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libs/jsgc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80ef7fb1..3c962e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,9 +251,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.20.1" +version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6f81257d10a0f602a294ae4182251151ff97dbb504ef9afcdda4a64b24d9b4" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" dependencies = [ "allocator-api2", ] diff --git a/libs/jsgc/Cargo.toml b/libs/jsgc/Cargo.toml index 316ed1a3..9a09383e 100644 --- a/libs/jsgc/Cargo.toml +++ b/libs/jsgc/Cargo.toml @@ -13,7 +13,7 @@ version.workspace = true base = { path = "../base" } logging = { path = "../logging" } # TODO(issue#237): replace w/ own allocator -bumpalo = "3.20.1" +bumpalo = "3.20.2" [lints] workspace = true