From d74fe3d32c04a88bbcc7e0ac598f6c41c2ce7b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:12:59 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.21.3 to 1.21.4 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.21.3 to 1.21.4. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.21.3...v1.21.4) --- updated-dependencies: - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/protocol-squisher-performance/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1b3900..20b1d73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,9 +1005,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "once_cell_polyfill" diff --git a/crates/protocol-squisher-performance/Cargo.toml b/crates/protocol-squisher-performance/Cargo.toml index 4116dad..702b8bc 100644 --- a/crates/protocol-squisher-performance/Cargo.toml +++ b/crates/protocol-squisher-performance/Cargo.toml @@ -15,7 +15,7 @@ categories = ["development-tools", "encoding"] [dependencies] bytemuck = { version = "1.22", features = ["derive"] } -once_cell = "1.20" +once_cell = "1.21" protocol-squisher-ir = { path = "../protocol-squisher-ir" } rayon = "1.10" serde = { version = "1.0", features = ["derive"] }