From 36d609a5dc845bdc5eeaae2db251f6ab87778e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:39:15 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.19.0 to 1.21.3 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.21.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.21.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- linux-hello/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5be4f59..45acad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,9 +1349,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "opencv-sys" diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 1cfe435..359c9a5 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.3" figment = { version = "0.10.19", features = ["toml", "env"] } nix = { version = "0.29.0", features = ["user"] } crossbeam-channel = "0.5.13"