From 0ae14278e206dc502cbdf1077be82dd70118ff27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:17:58 +0000 Subject: [PATCH] Update once_cell requirement from =1.19.0 to =1.21.4 Updates the requirements on [once_cell](https://github.com/matklad/once_cell) to permit the latest version. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.21.4) --- updated-dependencies: - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e699a7e..6392477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ alloc = ["hashbrown"] [dev-dependencies] # Keep the MSRV test graph compatible with Rust 1.61. -once_cell = "=1.19.0" +once_cell = "=1.21.4"