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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 15:46:49 +00:00 committed by Austin Seipp
parent ccc5dc4a2a
commit 23a3bd3dce
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"