From b5eb9eeaf13add04da29ed12c58189a32172fbea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 10:02:03 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.19.0 to 1.21.2 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.21.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.21.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- linux-hello/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb088b2..782fbab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1350,9 +1350,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "c2806eaa3524762875e21c3dcd057bc4b7bfa01ce4da8d46be1cd43649e1cc6b" [[package]] name = "opencv-sys" diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..58d59a7 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -21,7 +21,7 @@ color-eyre = "0.6.3" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" reqwest = { version = "0.12.5", features = ["blocking"] } -once_cell = "1.19.0" +once_cell = "1.21.2" figment = { version = "0.10.19", features = ["toml", "env"] } nix = { version = "0.29.0", features = ["user"] } crossbeam-channel = "0.5.13"