From 3a4de202bbeb81941d8c7ea0be5efd8501c2fc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 10:06:24 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.20.2 to 1.21.1 in /src-tauri Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.21.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.2...v1.21.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index d266fb9..bf23674 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2940,9 +2940,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "open" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3b1d35f..aaeaf57 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ cocoa = "0.26.0" global-hotkey = "0.6.3" block = "0.1" libc = "0.2" -once_cell = "1.19" +once_cell = "1.21" hound = "3.5" # For WAV file handling tempfile = "3.15.0" # For creating temporary files in tests dirs = "5.0.1" # For accessing standard directories like home directory