From 23a3bd3dcea24dd1e67216cfe98c82868e7bb9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:46:49 +0000 Subject: [PATCH] cargo: bump once_cell in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [once_cell](https://github.com/matklad/once_cell). Updates `once_cell` from 1.21.2 to 1.21.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.21.2...v1.21.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cd0e090c..1de7dba73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2776,9 +2776,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.2" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2806eaa3524762875e21c3dcd057bc4b7bfa01ce4da8d46be1cd43649e1cc6b" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 49634274e..d65b5dbe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ itertools = "0.13.0" libc = { version = "0.2.171" } maplit = "1.0.2" num_cpus = "1.16.0" -once_cell = "1.21.2" +once_cell = "1.21.3" os_pipe = "1.2.1" pest = "2.8.0" pest_derive = "2.8.0"